Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AuthService: Initialize Project Structure with Clean Architecture #13

Closed
sentemon opened this issue Dec 9, 2024 · 0 comments · Fixed by #14
Closed

AuthService: Initialize Project Structure with Clean Architecture #13

sentemon opened this issue Dec 9, 2024 · 0 comments · Fixed by #14
Assignees

Comments

@sentemon
Copy link
Member

sentemon commented Dec 9, 2024

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.
@sentemon sentemon self-assigned this Dec 9, 2024
@sentemon sentemon linked a pull request Dec 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant