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
+18-6
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ 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/frontend.md
+21-7
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ 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="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);">
A modern, full-stack contact management system built with Angular 19, .NET 9, and PostgreSQL following Clean Architecture principles. This project demonstrates how to structure enterprise applications for maintainability, testability, and scalability while providing a complete development workflow with Docker containerization.
@@ -75,7 +77,9 @@ That's it! Visit [http://localhost](http://localhost) in your browser.
0 commit comments