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

https://github.com/prestonpowell22/bam


https://github.com/prestonpowell22/bam

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# **Bamazon**
### Bamazon is a **command line interface** made by me, *Preston Powell*

###### The purpose of this app is to show my ablitiy to manipulate SQL databases on the backend and create a CLI
**Functions:**
1. **Customer**
* Ability to look at the available items and order
* When item is ordered it calculates the price
* When item is ordered it updates the inventory in the database
2. **Manager**
* Ability to view items in the DB
* Ability to see the low inventory items
* Ability to add new products to the DB
* *Ability to add inventory will be a future update*
3. **Supervisor**
* *Supervisor functionality will be added in the future*

## Future Improvements
* All Features Will Be Completed
* Integration With a Fullstack Web App
* Ability To Take Credit Cards
* User login and Authentication