This is a mock-up of the backend of an e-commerce site. It has the functionality to read, add, update and delete information from the database. For this project, I used Express, MySQL, and Insomnia.
To view a walkthrough demo video click here
Below is a screenshot from the working server
To install follow these steps
- Clone the repo using either HTTPS
https://github.com/Codeyg12/ORM-E-commerce.git
or SSH key
git@github.com:Codeyg12/ORM-E-commerce.git
- install NPM packages
npm i
- Run the seeds file
npm run seed
- Start the server
npm start
- After following the installation instructions go to Insomnia, or wherever you prefer to test RESTful APIs
- Use the routes created in the routes folder to test as much as you desire
Below are the languages and frameworks/libraries used
Code can always be improved and if you have a suggestion to improve this project then fork the repo and create a pull request.
npm test
To see more of my work check my Github. For further questions, you can reach me at codey.gallup@gmail.com.