Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jaymar14/bamazon
- Owner: jaymar14
- Created: 2017-10-13T04:11:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T21:39:37.000Z (almost 7 years ago)
- Last Synced: 2024-03-18T19:27:49.506Z (8 months ago)
- Topics: back-end, bamazon, mysql, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.