Site of the Ruby users group of Paraná
We use:
- Github for authentication
- Heroku
- PostgreSQL
Otherwise, let's develop in baby steps!
cp .env.example .env # edit the keys in case you want to change the application
cp config/database.yml.example config/database.yml # config your database access data
bundle install
rake db:setup
rails server
cp .env.example .env # edit the keys in case you want to change the application
docker-compose build
docker-compose run --rm web rails db:setup db:migrate db:seed
docker-compose up
Take a look at the opened issues. Add comments or sugestions, bring your ideas... and let's roll! 😄