Clear project — starting fresh from spec

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dianaka123
2026-02-24 14:36:47 +03:00
parent 6fe452d4dc
commit 9eb68695e9
91 changed files with 310 additions and 13106 deletions

View File

@@ -1,8 +0,0 @@
@echo off
cd /d D:\PoleDanceApp\backend
echo Starting Pole Dance Championships Backend...
echo API docs: http://localhost:8000/docs
echo Health: http://localhost:8000/internal/health
echo.
.venv\Scripts\python.exe -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
pause