Flickbar

Spartan movie wish / watch list with social thing.

Installation

  • 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!

Testing

  • Continuous specs running:

    bundle exec autotest