File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,17 @@ This is a microservice application. There are the following services:
9
9
4 . Attachment Service - Add/Remove images
10
10
11
11
---
12
- There has also multiple databases:
12
+ There are also multiple databases:
13
13
1 . UserDB - User information
14
14
2 . PostDB - Post related information
15
15
16
16
---
17
- Uses following technologies:
17
+ Uses the following technologies:
18
18
1 . ASP.Net Core 7
19
19
2 . EF Core 7
20
20
3 . MS SQL Server 2022
21
- 4 . Docker - All services are running into docker container
21
+ 4 . Docker - All services are running into the docker container
22
22
5 . RabbitMQ - Any changes to the User information will update to the PostDB
23
23
6 . YARP - Reverse Proxy for service path forwarding
24
+ 7 . Serilog - For logging purposes
25
+ 8 . Prometheus, Grafana - For Matrix and Monitor purposes
You can’t perform that action at this time.
0 commit comments