Private Events

Project on associations from The Odin Project’s Ruby on Rails Curriculum.

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Run the app in a local server:

$ rails server