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: docs/backend.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ permalink: /backend
11
11
The backend of this project is built with .NET 9, following Clean Architecture principles. It provides a robust API layer for the Angular frontend, using Dapper for efficient data access and PostgreSQL as the database.
Copy file name to clipboardExpand all lines: docs/docker-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This guide explains the Docker setup for the Clean Architecture Full-Stack appli
21
21
The application uses Docker to containerize all services for consistent development and deployment. This containerization approach ensures that the application runs the same way in all environments, from development to production.
Copy file name to clipboardExpand all lines: docs/frontend.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ permalink: /Frontend
11
11
The frontend of this project is built with Angular 19, leveraging modern Angular features including standalone components, signals for state management, the inject() function for dependency injection, and a powerful combination of Angular Material and TailwindCSS for styling.
12
12
13
13
<divstyle="text-align: center; margin: 30px0;">
14
-
<imgsrc="/clean-architecture-docker-dotnet-angular/img/screenshots/contact-list-page.png"alt="Contact List Page"style="width: 90%; max-width: 800px; border-radius: 8px; box-shadow: 04px8pxrgba(0,0,0,0.1);">
14
+
<imgsrc="img//screenshots/contact-list-page.png"alt="Contact List Page"style="width: 90%; max-width: 800px; border-radius: 8px; box-shadow: 04px8pxrgba(0,0,0,0.1);">
15
15
<pstyle="font-style: italic; margin-top: 10px;">The Contact List page demonstrating the clean UI design with Angular Material and TailwindCSS</p>
16
16
</div>
17
17
@@ -331,11 +331,11 @@ Authentication is implemented using JWT tokens with automatic refresh capability
0 commit comments