first commit

This commit is contained in:
2025-11-10 00:14:49 +03:00
commit 6392533387
58 changed files with 7707 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
NODE_ENV=development
PORT=8080
GEMINI_API_KEY=your_gemini_key
ALLOWED_ORIGINS=*
REQUEST_LOGGING=true
REDIS_URL=redis://redis:6379
ISBN_CACHE_TTL_SECONDS=21600
JWT_SECRET=please_change_me
JWT_EXPIRES_IN=1h
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=bookibra
POSTGRES_USER=bookibra
POSTGRES_PASSWORD=bookibra