Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1 KB

README.md

File metadata and controls

23 lines (12 loc) · 1 KB

E-commerce Back-End Application

License: MIT

Description

The goal of this project was to build the back end for an e-commerce site. I took a working Express.js API and configured it to use Sequelize to interact with a MySQL database.

Usage

After installing the node modules, connecting to the Sequelize database, installing the schema, node seeds and activating the server the user will be able to test all of the API routes in Insomnia Core to manipulate the database.

E-commerce Screenshot

Click here for a walkthrough video of the application

Credits

I was able to complete the assignment through tutoring from my fellow peer Myro Lee!

License

Refer to the license in the repository.