Skip to content

zugzw4ng/ecommerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Backend


Description


This application provides the back-end support for an E-Commerce web page using starter code.

Table of Contents


Installation

To install necessary dependencies, copy the repository from Github and run the following command:

npm install

Next, open terminal in the /db/ folder and run the schema.sql file through MySQL.

Next, go back to the root directory and run the following command to seed the database:

npm run seed

Lastly, switch to your integrated terminal and run the application with the following command:

node server.js

Demo

About

This program is designed for an E-Commerce website to have a fully supported backend with full CRUD Operations. The app is powered by Sequelize ORM, MySQL, Node, and Express.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published