Skip to content

A full CRUD back-end Ecommerce application that utilizes REST APIs and MySQL database

Notifications You must be signed in to change notification settings

AliCelikay/ECommerce-Back-End-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Title: Ecommerce Back End

Description

This code allows the employee of an e-commerce store to look through all of the products inside. The user can search by product, tag, or category. If the user specifically knows the product number, tag number, or the category number of what they are looking for, then they can do a quick search on insomnia via the number. If the user would like to change up some information related to the product, category, or tag they can easily update the information with respect to the id. Lastly the user can discard of any information or the category, product, or tag using the corresponding id.

Usage

To use this app, please run 'source schema.sql' inside the mysql, run 'npm run seed' to reset all information, and lastly you can run the app using 'npm start'.

Walkthrough Video Link

https://drive.google.com/file/d/1Fs0DW6jr3c3XCG9qQ17wtkzJFlyh9flE/view

Category Routes:

Product Routes:

Tag Routes:

About

A full CRUD back-end Ecommerce application that utilizes REST APIs and MySQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published