Inventory Manager
Go to file
BBaoVanC 2cc2a3917a
Add more routes to webapi.py
- Add API endpoint to create a new brand
- Add API endpoint to create a new item
- Add API endpoint to create a new location
- Add API endpoint to increment the amount of one item
2020-09-24 20:57:28 -05:00
.gitignore Add inventory.json to .gitignore 2020-09-23 21:30:19 -05:00
LICENSE Initial commit 2020-09-23 17:59:11 -05:00
README.md Initial commit 2020-09-23 17:59:11 -05:00
requirements.txt Add invman.py and storage.py 2020-09-23 21:31:35 -05:00
storage.py Add more functions to storage.py 2020-09-24 20:31:40 -05:00
webapi.py Add more routes to webapi.py 2020-09-24 20:57:28 -05:00

README.md

InvMan

Inventory Manager