Mise à jour du README

This commit is contained in:
2026-06-03 17:39:06 +02:00
parent 8d5f73fc9c
commit d15c7898e1

View File

@@ -108,11 +108,12 @@ Le backend expose une **API** **REST** sécurisée utilisée par :
Créer un fichier `.env` à la racine du projet :
```env **PORT**=**5000**
DATABASE_URL="postgresql://postgres:password@localhost:**5432**/the_tip_top_db*
```env **PORT**=**5000**```
JWT_SECRET=*your_secret_key" ```
```DATABASE_URL="postgresql://postgres:password@localhost:**5432**/the_tip_top_db*```
```JWT_SECRET=*your_secret_key" ```
---