indication_sinatra

Requirements

  • Install mongodb
  • bundle
  • ruby

#How run the app?

  • install all dependencies run: 'bundle install'
  • install the shotgun gem: 'gem install shotgun'
  • Run 'mongod'
  • start the app: shotgun config.ru

#URL Example

#Run Tests

  • cucumber

#TODO

  • create a rake task to run the tests