Tram Challenge
Inspired by the London Tube Challenge, we present the Helsinki Tram Challenge.
To paraphrase Wikipedia, the goal is to visit all the tram stops on the system, not necessarily all the lines; participants may connect between stops on foot, or by using other forms of public transport.
System requirements
- Ruby 2.3.x
- PostgreSQL 9.4 or above
- Redis 2.8 or above
Development set-up
- Clone the repo
git clone git@github.com:tram-challenge/tram-challenge.git
cd tram-challenge
- Install the dependencies
bundle install
- Set-up the database
./bin/rails db:setup
- Start the development server
./bin/rails s