Files
SYSTEM/docs/architecture/tech-stack.md
2025-09-01 01:52:06 +03:00

10 lines
615 B
Markdown

# 3. Tech Stack (Revised)
| Category | Technology | Version | Purpose & Rationale |
| :--- | :--- | :--- | :--- |
| **Fullstack Framework**| **Nuxt** | `^4.0.3` | Core framework for both frontend and backend (server routes). |
| **Database ORM** | **Prisma** | `latest` | Next-generation ORM for type-safe database access and automated migrations. |
| **Database** | **PostgreSQL** | `latest` | Robust, reliable SQL database managed by Prisma. |
| **Deployment** | **Docker Compose**| `latest` | For containerizing and managing the application stack. |
| ... | *(rest of the stack remains the same)* | ... | ... |