Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.44 KB

File metadata and controls

39 lines (26 loc) · 1.44 KB

Bamazon

Amazon-like storefront with MySQL

Description

This project is an amazon like store built with Node.js and MySQL, you can see / buy / add products to the stock.

How can I use it?

To run this app you need an MySQL graphic interface (preferably) to run the schema and seeds located in the 'db' directory.

With the database and seeds set up you can go into the terminal in the project directory and run one of the following commands depending on your needs:

Customer module:
  • node bamazonCustomer.js - You can see and buy products-
Customer module:
  • node bamazonManager.js - You can see all the products, all low inventory products, update the stock quantity of a product and add a new product.

Built With

Demo

Customer module:

alt text

Manager module:

alt text

Author

  • José Manuel Martínez Flores - Hongongo

See also the list of contributors who participated in this project.

URLS