Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 420 Bytes

File metadata and controls

25 lines (19 loc) · 420 Bytes

Simple Library

Example integration of PonyORM and FastAPI.

Setup project

  • Use pipenv to create virtualenv:
    pipenv --python 3.10
    pipenv shell
    pipenv install --dev
  • Init database:
    make init

Run app

Turn on pipenv shell and run:

make run

Navigate to http://127.0.0.1:8000/docs#/ to check API endpoints definitions.