This server-side app is an API that allows the user to make http requests to add, retrieve, remove, and edit data about new users, friends, and thoughts. Paired with a front-end app, a social media platform can be made.
- Node.js
- Express.js
- Mongoose ODM
- Insomnia
- MongoDB Compass
- routes folder: contains routes to handle different incoming http requests
- config folder: connects app to MongoDB
- models folder: outlines schema of Thought and User data
- server.js: starts express server
- run git clone https://github.com/OilPainter1/Social-Media-API.git
- cd into the project
- run npm i
- run node server.js
https://drive.google.com/file/d/1psmzGro_xmp-tcyxN2cHf0VqpynhN7ww/view