This project requires:
- Python 3.11
1 - Install dependencies
We need install project dependencies with poetry
:
obs: Can you install poetry in this link
poetry install
3 - Execute the virtualenv
poetry shell
4 - Execute the project server:
uvicorn apps.main:app --reload
- Update dependencies:
poetry update
- Run tests:
pytest