Steps to run the application:
- Clone the application on your system.
- Create database.yml and secrets.yml from example files and put correct config in them.
- Run
bundle install
to install application dependencies. - Run
rake db:create db:migrate db:seed
to create database schema. - Run thin start -C config/thin/thin_development.yml to run the application.
- Open localhost:5500 on your browser.