wesatt / viewing_party_lite

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

Create Database tables and empty models #13

Closed wesatt closed 2 years ago

wesatt commented 2 years ago

This PR does the following:

  1. Adds gems
  2. Adds database migrations
  3. Adds empty models for database tables

Wes

enalihai commented 2 years ago

Looks great! Onto testing!