feat: group private apps into andreknie-privat

This commit is contained in:
2026-07-25 15:47:01 +02:00
parent 4c7d48ae6d
commit 2e83750cb7
109 changed files with 0 additions and 0 deletions
@@ -0,0 +1,24 @@
# OrgMyLife
Personal task, call, and digest coordination system.
## Stack
- Backend: FastAPI + PostgreSQL
- Deployment: VPS Docker (port 8000)
- MCP: Local stdio server for Kiro integration
## API
- Endpoint: https://api.andreknie.de
- Tasks: GET /api/tasks, POST /api/tasks
- Projects: GET/PUT /api/projects, POST /api/projects/create
- Agent filter: ?filter_agent=true
## Development
```bash
pip install -r requirements.txt
uvicorn main:app --reload
```