README.md 589 Bytes

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 --instal-hooks_