An Amazon-like storefront. This app will take in orders from customers and deplete stock from the store's inventory. Track inventory, track sales.
Navigate to the folder you want to install this program. After cloning the repository, cd into the bamazon folder that clone created before running npm install. See step by step below.
- clone this repository
- cd into the bamazon folder
- npm install (installs all the dependencies listed below.)
- command are run in the terminal screen
Bamazon is a nodeJS program so there are dependencies required. Along with NodeJS (npm install node), you will need to run npm install for the following NPM programs:
- [mySQL] (https://www.npmjs.com/package/mysql)
- [Inquirer] (https://www.npmjs.com/package/inquirer)
- NodeJS - Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
- mySQL - Open source database
- Inquirer - A collection of common interactive command line user interfaces.
Database for the Bamazon Store
Shows the customer what is avaiable for purchase
Screenshot showing the updates to the database to reflect purchase
Shows the inventory items that have less than 5 items.
Shows database with updated new item.
This project is licensed under the MIT License - see the LICENSE.md file for details