Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 577 Bytes

Simple API

python version code style doc style

Just a code example with FastAPI and SQLAlchemy.

Local usage

Useful commands

make test  # Run tests for actual codebase.
make up  # Run service locally in Docker.

Type make and press spacebar once, then "Tab" key twice to see other commands.