Name Last Update
app Loading commit data...
bin Loading commit data...
config Loading commit data...
db Loading commit data...
lib/tasks Loading commit data...
log Loading commit data...
public Loading commit data...
storage Loading commit data...
test Loading commit data...
tmp Loading commit data...
vendor Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.pre-commit-config.yaml Loading commit data...
.ruby-version Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
ReadMe.txt Loading commit data...
config.ru Loading commit data...

README

DEVELOPMENT

    - Create a mysql_account.rb file in config folder and put your mysql credentials with the following format:
            > # frozen_string_literal: true

            > ENV['MYSQL_USERNAME'] = 'your_user_name'
            > ENV['MYSQL_PASSWORD'] = 'your_password'

    - Install pre-commit application. You can follow here https://pre-commit.com/#install. We already provided the config.yaml.
            - Input this command in the terminal in the root of the api:
                    _pre-commit install --install-hooks_