jlightheart24 / over-deliver

Delivery rating app
0 stars 1 forks source link

Create sequelize models in order to create, update, and access the database. #3

Closed janimuhlestein closed 3 years ago

janimuhlestein commented 3 years ago

Needed models are:

  1. User
  2. Post
  3. Rating
  4. Service
  5. Provider
  6. Comment
  7. Vote
willsan0723 commented 3 years ago

Service will specify if it's grocery delivery or restaurant delivery for now.

janimuhlestein commented 3 years ago

Updated as required: removed provider and rating, No images or avatars this time around. Complete.