high level goal

This commit is contained in:
Anton Martynenko
2025-10-26 16:45:11 +01:00
parent 0948313c03
commit b15ecfceff
2 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ alwaysApply: true
# Tech Stack
- We use Microsoft .Net 8.0
- ASP.NET Web Api for rest API
- Using Postgres database
- Using Postgres database as a primary storage
- We use Dapper .Net as an ORM for SQL storage and we use database migrations for sql database schema
- We use OpenAPI and Swagger for documentation
- We will be running this service inside a docker container on linux
- We use Xunit and Moq for tests