This is an app for my engineering thesis. Don't expect to much. you will need:
- Ruby 2.3.1
- Rails 4.2.7.1
- To run this project you should create database and seed it, so don't hesitate to run some extra commands after
bundle install
:
rake db:create
rake db:migrate
rake db:seed