Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 295 Bytes

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