https://github.com/amacwhirter/bamazon
GT Week 12 - Bamazon Inventory
https://github.com/amacwhirter/bamazon
coding-bootcamp georgia-tech inventory javascript mysql-database node-js
Last synced: 4 months ago
JSON representation
GT Week 12 - Bamazon Inventory
- Host: GitHub
- URL: https://github.com/amacwhirter/bamazon
- Owner: amacwhirter
- Created: 2017-04-17T00:44:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T14:52:33.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T06:43:36.391Z (5 months ago)
- Topics: coding-bootcamp, georgia-tech, inventory, javascript, mysql-database, node-js
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=IPQ8tBgZr3g&feature=youtu.be
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bamazon
Georgia Tech Week 12 - Bamazon Inventory```
Welcome to Bamazon! This is an Amazon-like storefront built with MySQL and Node.js.Within the customer portal, you can view the inventory, choose an item you'd like to purchase
along with the quantity, and voila! Transaction complete! However, if we do not have enough
of the selected item in stock deeming us unable to fulfill your purchase, the transaction
will not go through.Within the manager portal, you can view all inventory in the store, view all low
inventory (less than 5 items in stock), choose to up the inventory back to the correct amount
needed, and even add new items to your inventory!Happy shopping!
```### Video Demo of Working App
https://www.youtube.com/watch?v=IPQ8tBgZr3g&feature=youtu.be
### Getting Started
```
To get started on this project, follow the installations instructions below.
```### Installations
``` InstallingBefore you contribute
Make sure you install all the dependencies you need for the project
Once you have Node.js installed on your computer
Navigate to the working directory and do the following in your terminalBefore you proceed, make sure you fork the repo
###### Step 1
> npm installThe above command will install all the dependencies you need
###### Step 2
> Enter node bamazonCustomer in CLI to kickstart appHappy Contributing!
```
### Built With
```
* MySQL
* Node.JS
* JavaScript```
### Contributing
```
There are different ways to contribute
* Back End
* Designers
* Genius Idea's
* Unit Testers
* etc.
```### Contributers
```
* Ashley MacWhirter
```