Skip to content

guru-pr/gurupr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7919bb1 · Feb 9, 2021
Oct 27, 2018
Dec 16, 2017
Oct 27, 2018
Oct 26, 2018
Feb 15, 2017
Feb 13, 2015
Oct 6, 2016
Oct 27, 2018
Feb 13, 2015
Dec 31, 2016
Oct 26, 2018
Dec 16, 2017
Jul 3, 2015
Feb 13, 2015
Jan 3, 2017
Jun 27, 2015
Jul 3, 2015
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Dec 6, 2019
Feb 9, 2021
Feb 13, 2015
Oct 2, 2017
Jan 3, 2017
Jan 13, 2017
Jul 3, 2016
Oct 3, 2017

Repository files navigation

GURU-PR Build Status Code Climate Test Coverage Dependency Status

Site of the Ruby users group of Paraná

We use:

  • Github for authentication
  • Heroku
  • PostgreSQL

Otherwise, let's develop in baby steps!

Running on your local machine

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

Running on Docker

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

Contributing

Take a look at the opened issues. Add comments or sugestions, bring your ideas... and let's roll! 😄