init
This commit is contained in:
commit
a426df12c0
22 changed files with 2819 additions and 0 deletions
4
justfile
Normal file
4
justfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
venv:
|
||||
uv venv
|
||||
run:
|
||||
uv run -- uvicorn --reload --log-level debug src.fastapi_dynamic_response.main:app
|
||||
Loading…
Add table
Add a link
Reference in a new issue