Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaymar14/bamazon

This app will take in orders from customers and updates store's inventory. (Please see screenshots)
https://github.com/jaymar14/bamazon

back-end bamazon mysql nodejs npm-package

Last synced: about 18 hours ago
JSON representation

This app will take in orders from customers and updates store's inventory. (Please see screenshots)

Awesome Lists containing this project

README

        

# bamazon
In this activity, you'll be creating an Amazon-like storefront with the MySQL skills you learned this week. 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.

Make sure you save and require the MySQL and Inquirer npm packages in your homework files--your app will need them for data input and storage.