Setup Clone the directory git clone https://github.com/gohdaniel15/associations-practice.git Change directory cd associations-practice Bundle bundle install Set up database rake db:create db:migrate db:seed Run the site locally Run the server rails s