The Bamazon App is designed to simulate an online storefront using Node.js. There is a customer module and a manager module. Each with their own commands.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
Merge branch 'master' of https://github.com/Bigshmow/bamazon
e4950a1View on GitHubparseInt changed to parseFloat for decimal entry in price add
d6ca5cdView on GitHubsafety catch for infinite loop on adding inventory when you don't want to anymore
a140852View on GitHubadd inventory nw possible through bamazonManager, updates the SQL after manager confirmation
1321c36View on GitHubmanager module basic set, inquirer using list for choices, function names created with connection endpoint within
9425ffcView on GitHubprice displays to customer and product name inserted into flavor text at the end of transaction
2265c15View on GitHubmysql connected and inquirer reads data to displays products (id/name/quantity) and prompt user for ID and Quantity to purchase
9c24af5View on GitHub