af8c082463
- update tagline in README.md and docs to reflect multi-purpose scope - rephrase project description in PROJECT.md to position zen as an extensible admin platform - remove detailed core documentation sections from PROJECT.md - fix typo "palteforme" in directory structure comment - replace cms references with platform wording in DEV.md
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# ZEN
|
|
|
|
Une plateforme multi-usage construite sur l'essentiel, rien de plus, rien de moins.
|
|
|
|

|
|
|
|
> [!WARNING]
|
|
> Ce projet est en développement actif et n'est pas encore prêt pour une utilisation en production. L'API, la structure et les fonctionnalités peuvent changer à tout moment.
|
|
|
|
## Fonctionnalités
|
|
|
|
- **Système de modules dynamiques** - Créez des modules sans modifier le code principal
|
|
- **Authentification** - Authentification et autorisation des utilisateurs intégrées
|
|
- **Tableau de bord** - Génération automatique d'interfaces d'administrations
|
|
- **Routeur API** - API RESTful avec authentification
|
|
- **Système d'emails** - Templates d'emails avec React Email
|
|
- **Stockage** - Stockage de fichiers compatible S3
|
|
- **Paiements** - Intégration Stripe
|
|
- **Tâches planifiées** - Gestion des tâches programmées
|
|
|
|
## Démarrage
|
|
|
|
Pour les instructions d'installation et de configuration, voir [INSTALL.md](./docs/INSTALL.md).
|
|
|
|
## Développement
|
|
|
|
Pour contribuer au projet, voir [CONTRIBUTING.md](./CONTRIBUTING.md) et [DEV.md](./docs/DEV.md).
|
|
|
|
Pour signaler une faille de sécurité, voir [SECURITY.md](./SECURITY.md). |