Clone the project and open it in you favorite IDE.
git clone [email protected]:svaponi/fastapi-boilerplate.git
Install dependencies with Poetry.
poetry install
Run the tests.
python -m pytest
Clone the project and open it in you favorite IDE.
git clone [email protected]:svaponi/fastapi-boilerplate.git
Install dependencies with Poetry.
poetry install
Run the tests.
python -m pytest