https://consumables.herokuapp.com
A basic node and db project to manage and distribute the consumables effectively
Tables-
| Item_id | Item | Quantity |
| Faculty_id | faculty_name | is_Admin |
| order_id | fac_id | timestamp | status |
| Order_id | Item_id | quantity | quantity_supplied |
- To make models
- Routes
- MongoLab setup