An API for a social network web application where users can share their thoughts, react to friends thoughts, and create a friend list. This application uses Express, Node, MongoDB and Mongoose.
As a social media startup, I want an API for my social network that uses a NoSQL database so that my website can handle large amounts of unstructured data.
- User GET,POST,PUT,DELETE https://watch.screencastify.com/v/9vwkUpEt2RvOIPR0ckXr
- Thoughts and reactions GET,POST,PUT,DELETE https://watch.screencastify.com/v/WbwAGXntykwKrYaKEk20
- Friends list POST,DELETE https://watch.screencastify.com/v/mhFH1mxy2Pj3kiFxroPj
- Clone GitHub repository
- npm init (in the command line)
- Ensure that MongoDB and Express are installed on your computer.
- Invoke application using npm start (in the command line).
- JavaScript
- Node.js
- MongoDB
- Mongoose
- Express.js
MIT license