An open API service indexing awesome lists of open source software.

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

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
``` Installing

Before 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 terminal

Before you proceed, make sure you fork the repo

###### Step 1
> npm install

The above command will install all the dependencies you need

###### Step 2
> Enter node bamazonCustomer in CLI to kickstart app

Happy 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
```