Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 347 Bytes

Simple Backend Example

This is the source code accomponying my blogpost over at iain.nl.

Getting up and running

You'll need Ruby 1.9.2 and PostgreSQL.

Just like any Rails app:

bundle install
rake db:setup
rails server

Copyright 2011, Iain Hecker. Released under the MIT license.