This bot uses poetry, that can be installed using python3 -m pip install poetry
.
- install project's dependencies:
poetry install
- install project's pre-commit hooks:
poetry run pre-commit install
Launch the API using following command:
poetry run uvicorn api:app --reload
Run tests using following command:
poetry run pytest