Skip to content

Commit 772cdf0

Browse files
authored
Update README.md
1 parent 4020c51 commit 772cdf0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# ServiceSimulationSystem
22

33
Project aim is build service simulation system that has flow of requests which are created by sources. Requests is taken by devices on work, if they are no free devices requests go in buffer, also if new requests haven't come we take requests from buffer.
4+
5+
6+
## Technologies
7+
- ASP .NET 6
8+
- C# 10
9+
10+
## Architecture
11+
N-Layer Web API
12+
13+
## Used Design Patterns
14+
1. Factory Pattern (Concrete implementation chose by input parameter and provided by IoC)
15+
2. Dependency Injection (DI)

0 commit comments

Comments
 (0)