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
+36-54Lines changed: 36 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A centralized error logging and monitoring API built with **.NET 9**, Entity Framework Core, and SQL Server. This project is designed to serve as a foundation for collecting, storing, and managing error logs from multiple applications. **Phase 5,7&8** have also been complated and the pending **Phase 6** will be developed in a new repository.
4
4
5
-
Each phase is preserved in its own branch, but this repository now focuses on the above highlighted phases i.e. the final **Integration Portal, a Microservices influenced architechture (Single Service Database Pattern)**.
5
+
Each phase of development is preserved in its own branch, culminating in the final **Integration Portal,** which, together with the API projects, forms a **Microservices-inspired architechture** that demonstrates **the Single Service Database Pattern.**
6
6
7
7
---
8
8
@@ -14,59 +14,6 @@ A **.NET 9 MVC Web App** that unifies multiple APIs (**User Management and Loggi
14
14
15
15
---
16
16
17
-
## 🔑 Key Features
18
-
19
-
- ✅ A login page with client and server side validations
20
-
21
-
- ✅ There are two users for login.
22
-
23
-
- ✅ User name and passwords of the two are alice/alice and bob/bob.
24
-
25
-
- ✅ Alice is admin and bob is an operations user.
26
-
27
-
- ✅ Serilog + file sinks implemented for the web app.
28
-
29
-
- ✅ Invalid user error is posted to the Error logging API
30
-
31
-
- ✅ When user logins successfully a cotegort tree is generated on the sidebar
32
-
33
-
- ✅ Only logs link from the side bar work with the logout feature.
0 commit comments