Commit Graph

3 Commits

Author SHA1 Message Date
Ada
c995161fa6 Add Docker Compose deployment
- Dockerfile: Node.js 20 Alpine, single-stage build
- docker-compose.yml: backend + nginx, named volume for SQLite
- server.js: updated for Docker (env vars for PORT/DATA_DIR)
- nginx.conf: updated for Docker networking (backend hostname)
- README.md: full deployment instructions
2026-04-06 09:04:24 -04:00
Ada
c283e591a4 Add README.md 2026-04-05 21:07:59 -04:00
Ada
bd658a822b Initial commit: Project Tracker - Node.js + Express + SQLite backend, dark-themed frontend\n\n- Express REST API (GET/POST/PUT/DELETE /api/projects)\n- SQLite database with better-sqlite3\n- Dark-themed single-page UI with filter bar and drill-down panel\n- nginx reverse proxy config\n- Deployment script 2026-04-05 21:07:13 -04:00