Setup

  1. Clone the directory
git clone https://github.com/gohdaniel15/associations-practice.git
  1. Change directory
cd associations-practice
  1. Bundle
bundle install
  1. Set up database
rake db:create db:migrate db:seed

Run the site locally

  1. Run the server
rails s