This repository contains a production-ready internal work tracking application template for managing projects and requests.
- React + Vite frontend
- Node.js + Express + Prisma backend
- PostgreSQL database
- MinIO object storage for attachments
- NGINX reverse proxy
- Google OAuth-based authentication
- Podman-based deployment workflow
Use the existing deploy script:
./ops/deploy-prod.sh- Some compose-related filenames still use
docker-composenaming for compatibility. - The runtime is Podman.
- Backups are handled operationally and are not changed in this conversion pass.
See TEMPLATE_CONVERSION_AUDIT.md for a full inventory of institution-specific assumptions and a phased conversion plan.