Rails Engine is an online store API we built as a project for the 3rd module at Turing School of Software and Design. Our learning goals for this project were:
- To build a versioned API with single responsability controllers
- Use comprehensive TDD to drive our design
- Practice comlpex Active Record queries to provide data which has business value
- Continue to expand our git workflow and ability to successfully divide tasks and work as a team
$ git clone https://github.com/NZenitram/rails_engine.git
$ cd rails_engine
$ bundle install
$ rake db:create
$ rake db:migrate
$ rake seed_data
$ rspec