mateusluizfb / thybia-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Settings

  • Ruby Version: 2.5.1
  • Database: Postgres
  • Trophy system created using the Merit gem

Before start, create an .env file in the root and make sure to set those environment variables:

  DB_USER=''
  DB_PASSWORD=''
  DB_HOST=''
  DEVISE_SECRET=''

Also, don't forget to run rails db:seed besides the rails db:create && rails db:migrate

About


Languages

Language:Ruby 82.9%Language:HTML 15.1%Language:JavaScript 1.2%Language:CSS 0.7%