Initial commit - Facturation SANTINOVA

This commit is contained in:
manus-admin
2026-04-23 04:49:21 -04:00
commit 6ab833945c
55 changed files with 12642 additions and 0 deletions

7
backend/.env.example Normal file
View File

@@ -0,0 +1,7 @@
PORT=3001
DATABASE_URL=mysql://root:santinova_db_pass@localhost:3306/facturation_santinova
JWT_SECRET=santinova-jwt-secret-change-in-production
JWT_EXPIRES_IN=24h
UPLOAD_DIR=./uploads
OPENAI_API_KEY=your-openai-api-key-here
NODE_ENV=development