This project is Social Network API
This project is a challenge is to build an API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. I used Express.js for routing, a MongoDB database, and the Mongoose ODM.
I created the models for Users, Thoughts and Reaction using the properties defined in the assignment. I created controllers to handle my logic and created api routes to populate the database.
!
This project was built using Node, Express, and MongoDB.
- Clone the rep
git clone git@github.com:SetCra123/Social-Network-API.git
- Install dependencies
npm i
3. Launch the app in development environment
npm run start
5. Visit app:
[http://localhost:3001/](http://localhost:3001/)
<iframe src="https://drive.google.com/file/d/17YwCGooRK5Tyw2JM-n0cq6SFP1eV2c4z/preview" width="640" height="480"></iframe>