Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 388 Bytes

File metadata and controls

34 lines (24 loc) · 388 Bytes

Uber Model

User model

  • id

  • createdAt

  • updatedAt

  • email

  • password

  • role(client|owner|delivery )

User Crud

  • Create
  • Login
  • See Profile
  • Edit Profile
  • Verify email

Restaurents Model

Restaurents Crud

  • See categories

  • See Restaurents by Category (pagination)

  • See Restaurents

  • Edit Restaurents

  • Delete Restaurents

  • Create Dish

  • Edit Dish

  • Delete Dish