Skip to content

missatrox44/eCommerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce-backend

License: MIT

Walkthrough Video

Walkthrough Video

Description

This command-line application is created for managers of internet retail companies so that they may compete with other e-commerce companies using the latest technologies.

Table of Contents

Installation

Usage

This back-end JavaScript program can be utilized by managers to keep track of current inventory. After installation of the packages (above), you must first run the schema from the MySQL shell.

Open the terminal and type 'mysql -u root -p' Once credentials have been inputted, enter 'source db/schema.sql' to create the database. Exit out of MySQL shell.

While still in terminal, enter 'npm run seed' to seed database. After database has successfully added seeds, type in 'node server.js' to start the server.

GET routes: all categories, all products, all tags
GET routes: single category, single product, single tag
POST, PUT, DELETE routes for categories, products, tags

License

MIT

Contributing

Sara Baqla
Jeffrey Littleton

Questions

Github username: missatrox44
Email: [email protected]

About

Backend end program with routes that can be used for eCommerce site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published