kbhoffmann / potluck_app

0 stars 0 forks source link

Create Potluck table #3

Open kbhoffmann opened 2 years ago

kbhoffmann commented 2 years ago

A registered user can create a potluck and invite guests(other registered Users) creates a UserPotluck joins table.

kbhoffmann commented 2 years ago

A Potluck has a location- string, date- string, time- string Create a Potluck model with validations.