Skip to content

A E-Commerce back-end built with express, MySQL and Sequalize

Notifications You must be signed in to change notification settings

jddlwlr/E-commerce_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce Server

This project is the back end for an e-commerce site. Using Express.js, Sequelize and MySQL this application demonstrates RESTful API routing.

Description

This project is the back end for an e-commerce site. Using Express.js, Sequelize and MySQL this application demonstrates RESTful API routing.

Getting Started

Dependencies

  • Node.js
  • Express.js
  • MySQL
  • Sequalize
  • Dotenv

Installing

Clone this repo, then open in node and run these commands in your terminal:

npm init

npm install mysql2

npm install sequelize

npm install dotenv

Executing program

  • Run the schema.sql and seeds/index.js (if desired).
  • npm start to initialize the server

Authors

Jesse Lawler based on GA tech full stack bootcamp starter code

License

This project is licensed under the [MIT] License

About

A E-Commerce back-end built with express, MySQL and Sequalize

Resources

Stars

Watchers

Forks