Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

keith/asc_476

Repository files navigation

Build Status Code Climate Coverage Status Dependency Status

To set up this project you have to do a few things:

  • Install Ruby RVM
  • Run bundle install
  • Setup mysql, set the mysql settings in config/database.yml
  • Run rake db:create
  • Run rake db:migrate
  • Run rake db:seed

Or

  • Run ./bootstrap.sh

Server

When you're ready to run the application:

  • Run rails server
  • Visit localhost:3000

Tests:

  • Run rake test:prepare
  • Run bundle exec rspec spec

Fake Courses

  • Run rake db:courses