feat: add frontend + backend + database to retrieve and compute news from Yahoo

This commit is contained in:
2026-04-18 23:53:57 +02:00
parent f9b6d35c49
commit 93668273ff
84 changed files with 15431 additions and 0 deletions

16
.env.example Normal file
View File

@ -0,0 +1,16 @@
# PostgreSQL
POSTGRES_DB=admin
POSTGRES_USER=admin
POSTGRES_PASSWORD=#Azuw169ytq
# Backend
JWT_SECRET=bK8T5X83JJlTMZc3ZoIoBQbmHybAuEjJ
# 32 bytes en hex (générer avec: openssl rand -hex 32)
ENCRYPTION_KEY=5a6a104d5ad8d2aee3ccf92d9982b7da0d94167a6c1a01057c1328e640bc977e
# Compte admin initial (créé au démarrage si inexistant)
ADMIN_EMAIL=blomios@gmail.com
ADMIN_PASSWORD=#Azuw169ytq
# Port exposé du frontend (défaut: 80)
FRONTEND_PORT=80