No description
- Python 58.3%
- Kotlin 39.9%
- Shell 1.8%
- Add Android UI improvements note to closeout (PromptCard polish,
|
||
|---|---|---|
| android | ||
| backend | ||
| design | ||
| docs | ||
| packaging | ||
| prompts | ||
| scripts | ||
| tests | ||
| tools | ||
| .gitignore | ||
| DEVOPS_CHAT_SERVER.md | ||
| pytest.ini | ||
| README.md | ||
| VERSION | ||
devOps Chat
Mobile-first DevOps cockpit for AI-assisted coding workflows.
Repository Layout
backend/- FastAPI backend, SQLAlchemy models, Alembic setupandroid/- Android app placeholderdocs/- Architecture and operating notespackaging/systemd/- systemd unit draftprompts/- project prompts and kickoff notesscripts/- local development scriptstools/- future backend-controlled helper tools
Backend Quick Start
python3 -m venv .venv
. .venv/bin/activate
pip install -r backend/requirements.txt
cp packaging/devops-chat.env.example .env
scripts/run-backend-dev.sh
Health check:
curl http://127.0.0.1:8000/health