- Docker management scripts (start, stop, logs, rebuild)
- Local development scripts (backend:dev, frontend:start)
- Verification scripts (verify, verify:backend, verify:frontend)
- Support for both docker-compose v1 and v2 syntax
- Concurrent dev mode for running both services
Verified:
✅ Backend server starts without errors on port 3001
✅ Frontend dependencies install successfully
✅ All JSON configuration files valid
✅ docker-compose.yml structure valid
- React frontend with MapLibre integration
- Node.js Express backend with dummy API
- Docker containerization (PostgreSQL+PostGIS, backend, frontend)
- Interactive map with direction selector
- 20 mock conurbations data
- Full project structure ready for PR workflow