/13-orm-web-store

Uses Express.js, Sequelize, and MySQL.

Primary LanguageJavaScript

ORM Web Store Back End

Table of Contents

Description

This is the back end of an e-commerce web site. This uses Express.js, Sequelize, and MySQL. You can visit the GitHub repo.

Contributing

You may contribute to this project by submitting a pull request to the online repo here.

Tests

  1. Open this project in VS Code.
  2. In the VS Code terminal, seed the database with npm run seed.
  3. Run node server.js in the terminal
  4. Use Insomnia to test the routes.

Video Demo

I split the video demo into two parts. I wanted to have a demo for each set of criteria in a way that was more organized.

Challenge 13 Video Demo - Part 1 by Christy Hanson

  • Exploring the files: server.js, package.json, .env package.

Challenge 13 Video Demo - Part 2 by Christy Hanson

  • Testing the routes in Insomnia.
  1. Tested GET all for categories, products, tags
  2. Tested GET by I.D. for categories, products, tags
  3. Tested POST, PUT, DELETE, for categories, products, and tags

Questions

For any further questions, message me on GitHub: ChristyGHanson

Alternatively, you can send me an email: chrsthnsn@gmail.com