ResQNet is a Vercel-ready emergency response coordination platform for Kenya. The initial implementation includes a modern Next.js frontend, API routes, basic AI triage logic, architecture and database documentation, deployment config, and CI/CD workflow.
- Responsive landing page, about, services, report, login, register, analytics, and maps pages
- Health check and AI triage API routes
- Architecture, SRS, API docs, and SQL schema
- Vercel deployment configuration and GitHub Actions workflow
- Install dependencies: npm install
- Run locally: npm run dev
- Build: npm run build
- Test: npm test
- app/ - Next.js app router pages and API routes
- docs/ - SRS, architecture, database schema, and API documentation
- tests/ - smoke tests
- Configure environment variables from .env.example in Vercel
- Uploads should use Cloudinary/S3 instead of the Vercel filesystem
- Extend the API and database layers for full production rollout