Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 456 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 456 Bytes

Website link

https://consumables.herokuapp.com

consumables_dbms

A basic node and db project to manage and distribute the consumables effectively

Tables-

Item

| Item_id | Item | Quantity |

Faculty

| Faculty_id | faculty_name | is_Admin |

Order

| order_id | fac_id | timestamp | status |

Order_item

| Order_id | Item_id | quantity | quantity_supplied |

TODO List

  • To make models
  • Routes
  • MongoLab setup