Skip to content

DesterLib/Backend-JS

Repository files navigation

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.

Releases

No releases published

Packages

No packages published