Full documentation available in: Portuguese Version
The Greenfield Service Workflow is designed for creating new backend services and APIs from scratch. It focuses on:
- API design and specification
- Service architecture patterns
- Database modeling
- Authentication and authorization
- API documentation (OpenAPI/Swagger)
- Testing strategies for services
- Building a new backend service or microservice
- Creating REST or GraphQL APIs
- Developing backend-only projects without frontend components
@architect- Service architecture and API design@dev- Backend implementation@data-engineer- Database schema design@qa- API testing and quality
- API Design - Contract-first API specification
- Architecture - Service patterns and structure
- Data Layer - Database design and migrations
- Implementation - Service logic development
- Testing - Integration and contract tests
For complete details, diagrams, and step-by-step instructions, see the Portuguese documentation.