walkthrough video: https://drive.google.com/file/d/1HxeTBBjrxWZ8064vChYxbROWI78-3F-S/view
I wanted to create a api that would use a NoSQL database in order for my webiste to handle a large amount of unstructured data. This API helps me do so seemlessly.
To install this project, you will need to clone the repository onto your local machine. Once you have done that, you will need to run npm install
in order to install the dependencies, then just run npm start
in order to start the server.
This project is used to create a backend for a social media website. It allows users to create, update, and delete users, thoughts, and reactions. Utelizing programs like insomnia and compass, you can easily test the routes and see the data in the database.
N/A
Huge shoutout to my tutor, my TA, and my instructor for helping me with this project. MDN was also a huge help, as well as the MongoDB and Mongoose documentation.
N/A