wesatt / viewing_party_lite

Project showcasing authorization, authentication, and API calls
1 stars 0 forks source link

Feature/landing page #14

Closed wesatt closed 2 years ago

wesatt commented 2 years ago

This PR does the following:

  1. Adds Gems that I apparently did not add earlier
  2. Adds relationships for models
  3. Adds User#index view and is shown on landing page
  4. Tests are included for all of these updates

Wes