For this challenge creating social network API endpoints using MongoDB and Mongoose was definitely interesting but seeing the correlation with MySQL made it understandable! Building out models, and controllers, and modularizing the routes even further has helped to see the whole process of a backend application and how they work together.
to test this application the user can utilize their desired API testing tools some popular ones are Insomnia or Postman, to send various HTTP requests to the server, which will modify the MongoDB database! Check out the video demo for a demonstration of how it is done.
Dependencies
npm install
NoSQL
requires MongoDB && Node.js
Start Application
nodemon index.js || node index.js
Creating and deleting reactions have some issues not getting the correct route, could be URL or id values.
Deployed URL: Deployed-App
Video Demo: Video-Demo
If you have any questions or want to connect please contact me below:
Github: Cesar-Infante
Email: cesar261110@gmail.com
LinkedIn: Cesar-Infante-LinkedIn
This project falls under the following license(s):
