ipl-thefinalcountdown / alhos-e-bugalhos

Alhos e bugalhos - É tudo a mesma coisa!
GNU General Public License v3.0
0 stars 0 forks source link
alhos api bugalhos converter data-converter datasource datasources rest school-project source

Alhos e bugalhos

logo

É tudo a mesma coisa!

Usage

uvicorn alhos_e_bugalhos:app --reload
Config

This project has config file support. Config files are written in TOML and can be passed to application by setting the AEB_CONFIG environment variable.

AEB_CONFIG=config.toml uvicorn alhos_e_bugalhos:app --reload

Contribute

When contributing it is a good idea to install the pre-commit hook. The hook will run all checks when before you commit.

Please install pre-commit (python-pre-commit on Arch Linux) and then install the git hook:

pre-commit install