An Amazon-like storefront with the MySQL skills. The app will take in orders from customers and deplete stock from the store's inventory. As a bonus task, you can program your app to track product sales across your store's departments and then provide a summary of the highest-grossing departments in the store.
An app that tracks your orders that you search and gives you the ability to delete orders
- Search a product
- Product is logged
- View products searched
- Delete products if you wish
- [MySQL]
- JavaScript/ES6
- heroku
- VSCode
- git clone https://github.com/annammattis/bamazon_nySQL
- cd into the bamazonmysql (pwd or ls to check yo self)
- Run npm install to get all dependencies
- Run npm start (in bash/powershell)
- Go to localhost:3000 in your web browser (chrome)