- NodeJS
- MySQL
bamazonCustomer.js
- User enters id of desired item to purchase.
- If quantity is insufficient, prompt again.
- If order goes through, receipt is shown.
bamazonManager.js
- User has options: View products for sale, View low inventory items, Add inventory or Add new product. Database will reflect changes.
bamazonSupervisor.js
- User has options: View product sales by department and Add new department. Database will reflect changes.
- User can buy newly added products in newly created departments.