Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 276 Bytes

README.rdoc

File metadata and controls

13 lines (10 loc) · 276 Bytes

README

This is a Ruby on Rails application I developed as part of the Building the Toolbelt of a Junior Ruby on Rails Developer class I took in the Summer of 2015.

To get started:

bundle
rails server
Visit http://localhost:3000/ in a browser

To run tests:

guard