This is an example RAILS app which implements a REST interface.
- rbenv - https://github.com/rbenv/rbenv
- Ruby 2.3.1 (rbenv install 2.3.1)
- Bundler installed (gem install bundler)
- bundle install
- export SECRET_KEY_BASE=
rails secret
- rails db:migrate
- rails s -e development
This application is also deployed and available in heroku at https://glacial-harbor-31739.herokuapp.com