mathfour/Buy-by-Bon
*Buy, by Bon* is a Node.js and SQL command line app with an Amazon-like storefront and separate customer, manager and executive facing applications. The app uses a database of products and takes in orders from customers, which depletes stock from the store's inventory. Managers and executives can add more products to different departments and track profit.
JavaScriptAGPL-3.0
Issues
- 1
Create method to add new product - prompt for id, name, price, department and quantity.
#9 opened by mathfour - 1
Make README.md 80% perfect
#3 opened by mathfour - 1
- 1
- 1
Take department out of main inventory list
#6 opened by mathfour - 1
Create a confirm purchase prompt
#5 opened by mathfour - 1
Create a StartOver function prompt thing
#4 opened by mathfour - 1
Create sellItem function
#1 opened by mathfour - 1
Create updateQuantity Function
#2 opened by mathfour