Sync .cursor from detections

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-12 05:05:11 +03:00
parent fddf1b8706
commit 09117f90b5
108 changed files with 11844 additions and 15 deletions
+5 -8
View File
@@ -1,12 +1,9 @@
---
description: Techstack
description: "Defines required technology choices: Postgres DB, .NET/Python/Rust backend, React/Tailwind frontend, OpenAPI for APIs"
alwaysApply: true
---
# Tech Stack
- We use Microsoft .Net 8.0
- ASP.NET Web Api for rest API
- 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
- Prefer Postgres database, but ask user
- Depending on task, for backend prefer .Net or Python. Rust for performance-critical things.
- For the frontend, use React with Tailwind css (or even plain css, if it is a simple project)
- document api with OpenAPI