An open API service indexing awesome lists of open source software.

https://github.com/dcastro/mads2011


https://github.com/dcastro/mads2011

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

De modo a correr o servidor:
1. Executar "bundle install"
2. Executar "bundle exec rake db:setup"
3. Executar "rails server"

Para correr os testes:
1. Executar "bundle exec rake db:setup RAILS_ENV=test"
2. Executar "cucumber" na raíz do projecto.