Your 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.
- Enter a command to invoke the application
- Server is started and Mongoose models are synced
- View API GET routes in Insomnia for USERS and THOUGHTS
- Test API POST, PUT, and DELETE routes in Insomnia
- Successfully CREATE and DELETE reactions to thoughts and ADD and REMOVE friends
- Clone application repo
- Install npm init -y
- Npm i
- Npm start
This project has no license
Use Insomnia to view routes
Use the terminal to start and stop Node.js and MongoDB
Link to my gitHub: https://github.com/socialcancer
Email @ da@creatorfullstack.com
