tech stack

This commit is contained in:
Anton Martynenko
2025-10-26 15:54:32 +01:00
parent a7a645c7ab
commit 0948313c03
+5 -3
View File
@@ -3,7 +3,9 @@ description: Techstack
alwaysApply: true alwaysApply: true
--- ---
# Tech Stack # Tech Stack
- Use poetry - We use Microsoft .Net 8.0
- Cython for backend - ASP.NET Web Api for rest API
- Using Postgres database - Using Postgres database
- document api with OpenAPI - 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