SmartGov Platform is an enterprise-grade citizen services platform built with React, Express, PostgreSQL, Docker, Kubernetes, Terraform, Ansible, Prometheus, and Grafana.
- Frontend: React + Vite + React Router + Context API + React Hook Form
- Backend: Node.js + Express + JWT + Prisma + PostgreSQL
- DevOps: Docker Compose, GitHub Actions, Kubernetes, Helm, Terraform, Ansible, Prometheus, Grafana
- Copy the environment file and update values.
- Start PostgreSQL with Docker Compose.
- Install dependencies and launch the services.
cp .env.example .env
docker compose up -d postgres
make install
make backend
make frontend- backend/: API server and business logic
- frontend/: React application
- database/: DB schema and seed data
- docker/: Container build assets
- kubernetes/: Kubernetes manifests
- helm/: Helm chart
- terraform/: Infrastructure as Code
- ansible/: Configuration automation
- monitoring/: Prometheus and Grafana configuration
- docs/: Architecture and deployment guide
Production-ready citizen services platform with React frontend, Express backend, PostgreSQL, Docker, Kubernetes, Terraform, Ansible, Prometheus, and Grafana.