Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.28 KB

File metadata and controls

73 lines (40 loc) · 1.28 KB

Social Network API

Description

This is a backend application built for a Social Network Application, using Node.js, Express.js, MongoDB and Mongoose. The application allows the user to view, post, update and delete information in the social network database using Insomnia.

Table of Contents

Installation

To install neccessary dependencies, run the following command in your terminal:

npm i

To download Insomnia:

Download Insomnia

Usage

First, clone the repository. And run:

npm i

to install all dependencies.

Then set environment variables.

To start the application, run the following in your terminal:

npm start

Open Insomnia and use the respective API routes to GET, POST, UPDATE or DELETE an item in the database.

License

N/A

Credit

AskBCS tutors

Added comments with the help of ChatGPT

Deployment

The following video shows the application's functionality:

Walkthrough Video

References

Bootcamp course material

Mongoose Validation