Skip to content

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

License

Notifications You must be signed in to change notification settings

ivary43/consumables_dbms

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published