Amazon-like storefront with MySQL
This project is an amazon like store built with Node.js and MySQL, you can see / buy / add products to the stock.
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:
- node bamazonCustomer.js - You can see and buy products-
- 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.
- José Manuel Martínez Flores - Hongongo
See also the list of contributors who participated in this project.