mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
Mirror of https://github.com/TronoSfera/Law.git
| .idea | ||
| alembic | ||
| app | ||
| context | ||
| docs | ||
| frontend | ||
| tests | ||
| alembic.ini | ||
| celerybeat-schedule | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
Legal Case Tracker (FastAPI)
Backend skeleton: public requests + OTP + public JWT cookie + admin (admin/lawyer) + files (self-hosted S3) + SLA/auto-assign (Celery) + quotes.
Run (Docker)
cp .env.example .env
docker compose up --build
Landing (frontend): http://localhost:8081 Admin UI: http://localhost:8081/admin API (backend): http://localhost:8002 Swagger: http://localhost:8002/docs
Migrations
docker compose exec backend alembic upgrade head