pwillikins / songs_crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 93.5%Language:CSS 3.3%Language:JavaScript 3.2%