Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 711 Bytes

eCommerce Back End

Description

The challenge 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.

Starter code from here

Usage

[Usage Video] walks through setup and API CRUD testing

Need a new usage video

The command line code that I use for setup is as follows...

  1. Start mysql by running mysql -u root -p then enter your password

  2. Run source db/schema.sql to create the database then exit

  3. Run npm run seed to seed the database with test data

  4. Run npm start then head over to Insomnia