Skip to content

luk1999/ponyorm_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PonyORM + FastAPI integration example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published