Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 532 Bytes

Dester Backend [JS]

.env Variables

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).

Notes

  • 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.