Files
KanzlAI-mGMT/README.md
m 193a4cd567 refactor: rename to KanzlAI-mGMT, pivot to Kanzleimanagement
New direction: law firm management (Fristen, Termine, case tracking)
instead of UPC case law search. Updated all references, Go module
path, and deployment info.
2026-03-25 12:40:15 +01:00

28 lines
618 B
Markdown

# KanzlAI-mGMT
Kanzleimanagement online — law firm management for deadlines, appointments, and case tracking.
## Structure
```
backend/ Go API server
frontend/ Next.js 15 (TypeScript, Tailwind CSS)
```
## Development
```bash
make dev-backend # Go server on :8080
make dev-frontend # Next.js dev server
make build # Build both
make lint # Lint both
make test # Test both
```
## Tech Stack
- **Frontend:** Next.js 15, TypeScript, Tailwind CSS
- **Backend:** Go
- **Database:** Supabase (PostgreSQL) — `kanzlai` schema
- **Deploy:** Dokploy on mLake (kanzlai.msbls.de)