This application is only for demonstration purpose
- ruby 2.3.0
- rails 4.2.2
- PostgreSQL
- To get the source code from GitHub.
$ git clone git@github.com:abla-github/gumhoo-demo.git
- Using Bundler to install the gems needed by the app.
$ bundle install
- Migrating the database & initializing with the seed data.
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
- Running the Rails server on a local machine.
$ rails server
- Browse to http://localhost:3000.
$ bundle exec rake test