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
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ Stay tuned and watch this repository for the latest updates!
20
20
21
21
To understand this project in-depth, refer to our detailed series of articles on Clean Architecture. This series explains the architectural decisions, setup processes, and best practices used throughout this project.
22
22
23
+
# Work in Progress
24
+
23
25
1.[Clean Architecture: Introduction to the Project Structure]() - High-level structure and role of each layer.
24
26
2.[Clean Architecture: Implementing AutoMapper for DTO Mapping and Audit Logging]() - Utilizing AutoMapper to handle data mapping and audit tracking.
25
27
3.[Clean Architecture: Validating Inputs with FluentValidation]() - Ensuring robust input validation using FluentValidation.
@@ -58,20 +60,22 @@ A complete backend and frontend project structure to build on, with login, user
58
60
-[ ] Docker Debug mode with hot reload for the API and UI
59
61
-[ ] Docker Production version
60
62
61
-
62
63
## Architecture
63
64
The project is structured with Clean Architecture principles, separating the solution into distinct layers to ensure scalability, maintainability, and testability. This includes a modular design with API, Application, Domain, and Infrastructure layers.
64
65
65
66

66
67
68
+
## Containers
69
+

70
+
67
71
## Quick Start
68
72
To quickly start the application, clone the repository and run Docker Compose:
0 commit comments