Example integration of PonyORM and FastAPI.
- Use
pipenv
to create virtualenv:pipenv --python 3.10 pipenv shell pipenv install --dev
- Init database:
make init
Turn on pipenv shell and run:
make run
Navigate to http://127.0.0.1:8000/docs#/ to check API endpoints definitions.