The aim of the project is to make access to the information easy for people who want to take the bus in São Paulo. We delivery everything in a simple and clear way. Type where you want to go in the search box and you get all the information you need to reach the destination.
The app can be accessed by any device on this link
- Ruby (on Rails)
- CoffeeScript
- Heroku
- Slack
- Trello
- SPTrans API
- Google Maps
- Docker
Everyone is welcome to contribute to the project and improve the way people get information about bus traffic.
To contribute follow the steps below:
git clone your-foked-repository
cd your-foked-repository
- Rename the file of ambient variables from .env.example to .env.
docker-compose up --build
docker-compose up
docker-compose run --rm app bundle exec rake db:create db:migrate
docker-compose exec app bundle exec spring rspec
docker-compose up --build
git remote add upstream https://github.com/andreleoni/noPonto
git fetch upstream
git checkout master
git merge upstream/master
git checkout -b my-new-feature