In this application I built a backend API that mocks a social media website that lets you create a User and add thoughts to that user which would in comparison to creating a post on a social media site. You also have the ability to add reactions to thoughts which are mimiking comments on a social media post. In this application I used Express to build the API routes and Mongoose to setup the database and build schemas for the Models.
Video Walkthrough: https://drive.google.com/file/d/1tQVY3zqgmJL2pb9m3EROx2qsooWJNpeh/view
In your local terminal make sure to run the following command to install depenencies.
npm i
Next run the following command to invoke the application.
node server.js
none
This project is licensed under the MIT license.
https://opensource.org/licenses/MIT
none
To run tests, run the following command:
none
https://github.com/gabrielwarner
For questions or business inquirys, please contact me through email: gabe0412@uw.edu