README

Build Status

Background

An application created to practice CRUD including TDD.

Setup Instructions

  1. Clone this repository
  2. bundle
  3. Create databases: rake db:create
  4. Run migrations: rake db:migrate
  5. Run Specs rspec
  6. Run Local Server rails s