docs(agile): initialize docs
This commit is contained in:
9
docs/architecture/tech-stack.md
Normal file
9
docs/architecture/tech-stack.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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)* | ... | ... |
|
||||
Reference in New Issue
Block a user