Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 711 Bytes

ecommerce_backend

Links:

YouTube Demo: Seeding Database - https://youtu.be/NmbGUClv-1o
YouTube Demo: Routes - https://youtu.be/ROxb2oYb0as
Repo: https://github.com/UseTheHill/ecommerce_backend

Description:

A working Express.js API which uses Sequelize to interact with a MySQL database.

Table of Contents:

Installation:

Install dependencies npm i.
Run the database schema located in /db/schema.sql.
Seed the database using npm run seed.
Start the server using npm start.

Questions:

GitHub: usethehill
By Email: kaytemcdonough@gmail.com