Includes detailed sections on architecture, stack, data model, security measures, deployment procedures, compliance (GDPR), and API integrations.
28 lines
571 B
Plaintext
28 lines
571 B
Plaintext
---
|
|
title: Stack Technologique
|
|
description: Technologies utilisées dans le projet Memegoat
|
|
---
|
|
|
|
## 🛠️ Stack Technologique
|
|
|
|
### Frontend
|
|
|
|
- **Framework** : NextJS
|
|
- **Gestion d'état** : Zustand
|
|
- **Style** : Tailwind CSS
|
|
- **Composants UI** : Shadcn/ui
|
|
|
|
### Backend
|
|
|
|
- **Framework** : NestJS
|
|
- **Langage** : TypeScript
|
|
- **Base de données** : PostgresQL
|
|
- **ORM** : DrizzleORM
|
|
|
|
### Infrastructure & DevOps
|
|
|
|
- **Conteneurisation** : Docker / Docker Compose
|
|
- **Reverse Proxy & TLS** : Caddy
|
|
- **CI/CD** : Gitea Actions
|
|
- **Hébergement** : Hetzner Dedicated Server
|