This application is a REST API for the Rails Engine project for the Turing School of Software and Design.
- Rails 5.1.7
- Ruby 2.5.3
- bundle (if this fails, try to bundle update and then retry)
- rails db:create && rails db:schema:load
- bundle exec rake db:seed:from_csv
Make sure your Rails Engine Database is seeded with the original data from the provided csv files Make sure Rails Engine is serving from the url you specified in config/application.yml (localhost:3000 if you copied the example config/application.yml above)
To see rails_engine in action with a front end, clone this repository https://github.com/turingschool-examples/rails_driver and follow the setup steps in that ReadME.
