NoSQL: Social Network API
Table of Contents
Description:
With the aid of this API, users of a social network web application may submit their opinions, reply to those of friends, and create a friend list.
https://drive.google.com/file/d/1ylb0rV0kfYuiu9adwvQpAu6iyj-KeWNy/view?usp=share_link
Technology:
- Node.js
- Mongoose
- Express
- Morgan
Installation:
- Clone this repo.
- Run
npm install
to install dependencies.
Usage:
- Enter
npm run seed
to seed the database. - Enter
npm run server
to start the server. - Visit
localhost:3000
to view the home page. - Follow the instructions on the home page to use the API.
License:
MIT License
Contribution:
Feel free to contribute to this project.