setup features

This commit is contained in:
2026-01-29 00:24:10 -05:00
parent 787c97a52f
commit 4a6e2c307c
34 changed files with 2891 additions and 71 deletions

12
backend/.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Backend Environment Variables
PORT=4000
JWT_SECRET=your_super_secret_jwt_key_change_this_in_production
# Database Configuration
DB_HOST=db
DB_USER=root
DB_PASSWORD=rootpassword
DB_NAME=whats_the_point
# TMDB API Key (get from https://www.themoviedb.org/settings/api)
TMDB_API_KEY=your_tmdb_api_key_here