Commit Graph

6 Commits

Author SHA1 Message Date
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
d0abbef8d1
Add more functions to storage.py
- Add get_locations()
- Add init_location() to create a new blank location
- Add increment_amount() to increment the amount of one item
- Remove set_brand_key() since it will be replaced by separate functions
  for each property you can set
2020-09-24 20:31:40 -05:00
09730acfcc
Rename invman.py to webapi.py 2020-09-24 15:51:43 -05:00
32798b1e0a
Add invman.py and storage.py 2020-09-23 21:31:35 -05:00
007c4ec239
Add inventory.json to .gitignore 2020-09-23 21:30:19 -05:00
bbaovanc
1f045c1358
Initial commit 2020-09-23 17:59:11 -05:00