ScorpionFiko / chad-gpt

MIT License
0 stars 2 forks source link

Create User Model #6

Open ScorpionFiko opened 1 year ago

ScorpionFiko commented 1 year ago

As a user, I would like to be able to log in and see my workouts So that I can select one and do it

Accpetane Criteria:

  1. User information is stored in the database:

    First Name
    Last Name
    Email (unique)
    PAssword (encrypted)
    List of workout ID's
  2. User information must be queried from the databse. Return fields:

    ID
    First Name
    Last Name
    Email
    List of workout ID's
ScorpionFiko commented 1 year ago

model created without the list of workoutID's

workout model dependent on information passed by the openAI