Spartan movie wish / watch list with social thing.
-
Copy config/database.yml.sample to config/database.yml and configure
-
Install dependencies:
bundle
-
Initialize database:
rake db:setup
-
Start the server:
rails s
-
Go to
http://localhost:3000/
and have fun!
-
Continuous specs running:
bundle exec autotest