Commit inicial - upload de todos os arquivos da pasta

This commit is contained in:
2025-08-11 17:06:12 -03:00
commit 1c7f160a68
13 changed files with 2040 additions and 0 deletions

6
run.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync
sh prepare_data.sh
uv run python make_database.py
uv run fastapi dev main.py --host 0.0.0.0 --port 8000