Skip to content

jbkimble/rails_engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Engine

Project Overview

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

How To Run

Clone The Project

$ git clone https://github.com/NZenitram/rails_engine.git

$ cd rails_engine

$ bundle install

Create The Database

$ rake db:create

$ rake db:migrate

Seed The Database

$ rake seed_data

Run Tests

$ rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 99.7%
  • HTML 0.3%