BAMAZON
Bamazon is a Node.js command line application which behaves as an Amazon-like storefront. Customers can purchase and deplenish stock, while Managers can track and update inventory.
CONCEPT
In order to practice my Node.js knowledge, I replicated a smaller-scale system a store would typically use to track inventory. I allowed for the application to have two views: Customer and Manager. With the Customer view, users can view available items, shop, and be provided a total at the end of their purchase. With the Manager view, users have the option to view low inventory, add a new product, or add to inventory.
For details, please view Bamazon's GitHub repository.
GITHUBCONTRIBUTION
- Sole developer