source-code/
portofolio-backend
Public
text13 lines497 B
DATABASE_URL="postgresql://user:password@localhost:5432/dbname?schema=public"
# DIRECT_URL is used for direct database connection (bypassing poolers like PgBouncer/Supabase)
DIRECT_URL="postgresql://user:password@localhost:5432/portfolio_db"
JWT_SECRET="your-super-secret-jwt-key"
PORT=3001
ADMIN_EMAIL="admin@neo-gruv.com"
ADMIN_PASSWORD="your-secure-password"
# GitHub Sync Service Configuration
GITHUB_TOKEN="ghp_your_github_personal_access_token_here"
GITHUB_USERNAME="your_github_username"
About
Fullstack portfolio backend built with NestJS, Prisma, and PostgreSQL. Features JWT authentication, throttler rate limits, cache management, and automated GitHub repository synchronization.
linknre.codes
TypeScriptNestJSPostgreSQLPrisma