This project demonstrated my second forray into backend development. My goal was to make a server capable to listening for requests and then manipulate an SQL database using Object Relational Mapping via sequelize. In the end, I was able to utilize node.js in conjunction with express to set up a basic product server and database that can be interacted with using links.
Set Up Video: https://www.youtube.com/watch?v=9IXa84ZyiPY
Function Video: https://www.youtube.com/watch?v=W3nnwddD9TE
After spinning up the server with your personal credentials, you can then interact with an API to perform CRUD with a product database.
N/A
N/A