Skip to content

its-jefe/E-Commerce-Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published