/private-events

Odins project about associations

Primary LanguageRuby

Private Events

Project to practice associations in rails from the corresponding section in Odin project

Getting started

clone the repo

git clone https://github.com/HenryTabima/private-events/

change directory and install gems

cd private-events && bundle install

run migration and seed db

rails db:migrate && rails db:seed

Start server

rails s

open localhost:3000 and click on login.

you can login as Henry or Sunny.

or you can create your own user.

Contributors