Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 220 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 220 Bytes

Moober Eats

The Backend of Moober Eats

User Model:

  • id
  • createAt
  • updateAt
  • email
  • password
  • role(client|owner|delivery)

User CRUD:

  • Create Account
  • LogIn
  • See Profile
  • Edit Profile
  • Verify Email