ServiceHub is a sample monorepo containing:
- backend: ASP.NET Core Web API
- frontend: Angular + Bootstrap
- mobile: Flutter app
- infra: IaC scripts (Terraform/Bicep)
- docs: API specs and architecture
- Backend: .NET 8/9, ASP.NET Core Web API
- Frontend: Angular 16/18, TypeScript, Bootstrap 5
- Mobile: Flutter >= 3.x
- Infra: Terraform / Azure Bicep
- CI/CD: GitHub Actions (recommended)
cd backend/srcdotnet restoredotnet run
cd frontendnpm installng serve
cd mobileflutter pub getflutter run
main— productiondevelop— integrationfeature/<name>— feature branches
See CONTRIBUTING.md