Initial commit: API Anime Tracker avec authentification et synchronisation

This commit is contained in:
ɧσℓσ
2025-12-01 22:22:15 +01:00
commit 467cf313e4
11 changed files with 820 additions and 0 deletions

8
env.example Normal file
View File

@@ -0,0 +1,8 @@
# Clé secrète pour JWT (générer une clé aléatoire de 32+ caractères)
SECRET_KEY=your-secret-key-change-in-production-min-32-chars
# URL de la base de données PostgreSQL
# Format: postgresql://user:password@host:port/database
# Exemple avec service externe:
DATABASE_URL=postgresql://username:password@postgres.holo795.fr:5432/anime_tracker