migration to fast-api

This commit is contained in:
lucas.oskorep
2023-07-10 18:43:43 -04:00
parent 59756093b1
commit fc78dc7e0e
11 changed files with 417 additions and 12896 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
# Run tests and linters
@default: run
# Setup project
@init:
poetry install
# Setup project
@run:
poetry run uvicorn main:app --reload