Upload Tds Arquivos

This commit is contained in:
2026-01-26 12:08:23 -03:00
commit 89bc1643df
13 changed files with 2031 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