CARONTE v1.0 - Plataforma de Gestão Social

This commit is contained in:
2026-02-08 23:10:32 -03:00
commit c98c806865
60 changed files with 9450 additions and 0 deletions

5
start-backend.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /home/kernelpanic/projetos_jarvis/caronte/backend
source venv/bin/activate
python seed_data.py 2>/dev/null || true
exec uvicorn app.main:app --host 0.0.0.0 --port 8070 --reload