Plan-My-Dinner / plan_my_dinner_be

Backend Service Repo for the Plan My Dinner Application
https://planmydinner.fly.dev/
0 stars 0 forks source link

[Database]: Create User Model in DB #7

Closed aleish-m closed 1 year ago

aleish-m commented 1 year ago

Description

Database Table - Users

:x: New route :x: An existing route :white_check_mark: Design/Build/Database

Feature description

Create the User Model in Repo using PostgreSQL DB

  1. Needs the following attributes:
    • [ ] Email - String
    • [ ] Password Digest - String
    • [ ] Timestamps (created/updated) - DateTime
  2. Setup Password encryption
  3. Test for validations
  4. Test happy / sad / and edge cases
  5. Add Documentation as and if needed

Remember: Use GitHub branch creation for naming Image

Anything else?

No response