This is app is for my portfolio
Agile2Go is a well tested app, running on Elastic Beanstalk, built with backbone.js, Rails as API, Firebase for realtime and Mongolab as DaaS
- git clone https://github.com/rafaeljesus/agile2go.git
- cd agile2go
- bundle
- rake db:setup
Run locally:
$ foreman start -f Profile.development
- Testing: RSpec, Jasmine
- Front-end: Semantic-ui, Backbone.js, Handlebars
- Database: Mongodb, Firebase
- Server: Puma
- bundle exec rake
- bundle exec rake jasmine
- See the style guide.
- See also development guide.