https://github.com/prestonpowell22/bam
https://github.com/prestonpowell22/bam
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prestonpowell22/bam
- Owner: PRESTONPOWELL22
- Created: 2018-04-10T22:30:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T17:08:08.000Z (about 8 years ago)
- Last Synced: 2025-01-13T06:10:20.345Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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