/app

Primary LanguageRubyMIT LicenseMIT

Maintainability Test Coverage CircleCI

1001mots

Which versions ?

  • Ruby version : 3.0.6
  • Rails version : 6.1

How to get set up locally ?

Prerequisite

  • bundler gem installed

Configuration

  • bundle install
  • cp config/database.yml.example config/database.yml
  • change values to match your local postgreSQL configuration
  • cp config/application.yml.example config/application.yml
  • change values to enable third-party tools
  • rails db:create
  • rails db:migrate
  • rails db:seed

Run a local version

rails s

Run tests

bundle exec rspec ./spec

Run with sidekiq

bin/dev