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.
To install neccessary dependencies, run the following command in your terminal:
npm i
To download Insomnia:
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.
N/A
AskBCS tutors
Added comments with the help of ChatGPT
The following video shows the application's functionality:
Bootcamp course material