[Project guidelines] ](http://backend.turing.io/module3/projects/rails_engine)
###Set up instructions
- Clone down the project
- Run
bundle
- Then run
rake db:create db:migrate db:seed
- If you would like to run our tests please run
rspec
- If you desire to see the Api live, please run
rails server
and use the routes inconfig/routes.rb
for navigation assistance