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 Saved Recipes Model in DB #8

Closed aleish-m closed 1 year ago

aleish-m commented 1 year ago

Description

Database Table - Users Saved Recipes

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

Feature description

Create the Users Saved Recipes Model in Repo using PostgreSQL DB

  1. Needs the following attributes:
    • [x] API Recipe ID - Integer (Foreign Key from 3rd party API)
    • [x] User ID - Foreign Key
    • [x] Favorited - Boolean
    • [x] Timestamps (created/updated) - DateTime
  2. Test for validations
  3. Test happy / sad / and edge cases
  4. Add Documentation as and if needed

Remember: Use GitHub branch creation for naming Image

Anything else?

No response