This commit is contained in:
Waylon S. Walker 2025-07-03 09:48:05 -05:00
commit 48c6176c47
12 changed files with 1971 additions and 0 deletions

12
justfile Normal file
View 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