Skip to content

DazedChou/E-Commerce-Back-End

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce-Back-End

This is a functional API that connects to the local e-commerce database where the user can update, post, get and delete items.

Getting Started

First, go into your MySQL shell using mysql -u root -p and enter in your password. Next, you want to run source ./db/schema.sql and source ./db/seeds.sql. Next, open your command terminal and run npm install in order to install the modules needed for this application to run properly. Then run node index.js to start the application, and go to (https://localhost:3001).

Prerequisites

You must first install MySQL from the link below.

Demo

Watch the video

Built With

Authors

  • David Chou

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors