Skip to content

Commit a928dd8

Browse files
authored
feat: Update README.md
- add Tech Stack - add Database Scheme
1 parent ceefb84 commit a928dd8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

+35
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,39 @@ The forum is a space where various questions on a given topic will be discussed.
3838

3939
To prevent the creation of albums containing items that do not correspond to their essence, all such actions on the platform will require moderation.
4040

41+
## Tech Stack
42+
43+
### Architecture
44+
45+
- Clean Architecture
46+
- СQRS
47+
48+
### Database
49+
50+
- SQL Server
51+
- Entity Framework Core
52+
53+
### Technologies
54+
55+
- ASP.NET Core Web MVC
56+
- Duende Identity Server
57+
- SignalR
58+
- - AutoMapper
59+
60+
### FrontEnd
61+
- JavaScript
62+
- Ajax (for asynchronous requests)
63+
- Bootstrap (for responsive UI components)
64+
- Toastr (for displaying notifications)
65+
66+
### Testing
67+
68+
- xUnit
69+
- Moq
70+
- FluentAssertions
71+
- Bogus
72+
- AutoFixture
73+
## Database schema
74+
75+
![image](https://github.com/HlibPavlyk/CoinyProject/assets/135625402/63d1c614-19ea-494d-ab01-2180899c5e7c)
4176

0 commit comments

Comments
 (0)