Fabric Empty Starter Kit : Hello World
Empty Starter Kit Template
This is a minimal empty starter kit template for building your application from scratch. It provides a clean foundation with basic structure and configuration files. Use this as a starting point to add your own technology stack and build your custom solution.
Perfect for AI-Powered Development: This starter kit is optimized for vibe coding with GitHub Copilot and Factory.ai Droid. Start coding and let AI help you build faster!
Fabric Platform Requirements
To integrate with the Fabric platform, your application must meet these requirements:
- Dockerfile Required: Must include a multi-stage Dockerfile
- Docker Port: Container must expose port
8080 - Docker User: Must run as user ID
10000in the root group - Health Endpoint: Must implement a
/healthendpoint - Unit Tests: Include automated unit tests in your CI/CD pipeline
- Code Coverage: Generate coverage reports for SonarQube integration
See the README.md for detailed implementation guidelines.
Next Steps
Get started with your development by exploring the project structure and configuration.