Initialisation du backend de Thé Tip Top

This commit is contained in:
2026-06-03 17:36:02 +02:00
commit 8d5f73fc9c
28 changed files with 4125 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
PORT=5000
DATABASE_URL="postgresql://postgres:password@localhost:5432/the_tip_top_db"
JWT_SECRET="your_secret_key"