You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Set up the initial folder structure and base project configuration to follow the Clean Architecture principles. This will establish a solid foundation for the microservice's development.
Task:
Create the following project folders:
Domain: For entities, interfaces, and domain logic.
Application: For use cases, commands, queries, and validators.
Persistence: For database and external service integrations.
Infrastructure: Integrates external services (Keycloak API) and shared infrastructure.
API: For endpoint, middleware, and API layer configuration.
The text was updated successfully, but these errors were encountered:
Description:
Set up the initial folder structure and base project configuration to follow the Clean Architecture principles. This will establish a solid foundation for the microservice's development.
Task:
Create the following project folders:
The text was updated successfully, but these errors were encountered: