Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 296 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 296 Bytes

Contributing

Clone the project and open it in you favorite IDE.

git clone git@github.com:svaponi/fastapi-boilerplate.git

Install dependencies with Poetry.

poetry install

Run the tests.

python -m pytest