init
This commit is contained in:
commit
48c6176c47
12 changed files with 1971 additions and 0 deletions
12
justfile
Normal file
12
justfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
default:
|
||||
@just --choose
|
||||
|
||||
run:
|
||||
uv run uvicorn api:app --host 0.0.0.0 --port 8000
|
||||
|
||||
setup:
|
||||
uv sync
|
||||
uv run database.py 1000000 500
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue