Enter values without quotes:
PORT
: Default - 8803 (integer).API_VERSION
: Default - 1 (integer).TMDB_API_KEY
: Your TMDB API key (string).DATABASE_URL
: Example - "postgresql://user:password@localhost:5432/mydatabase?schema=public" (string).
- New api docs coming soon.
- This application moving forward will use Postgres db with prisma.
- Note: Most of the code is generated with assistance from ChatGPT (free tier), while I am writing my own clean code.