Requirements:
You must also place a .env file with the following variables in the root directory:
POSTGRES_URL=postgresql://user:password@localhost:5432/database
TMDB_API_KEY=your_tmdb_api_key_here
#skip this step if you've already generated a private key / have a .env file setup
pnpm exec tsx ./scripts/generate-jwk.mts >> .env
pnpm install
pnpm migrate
pnpm dev
TypeScript
90.2%
JavaScript
9.4%
Requirements:
You must also place a .env file with the following variables in the root directory:
POSTGRES_URL=postgresql://user:password@localhost:5432/database
TMDB_API_KEY=your_tmdb_api_key_here
#skip this step if you've already generated a private key / have a .env file setup
pnpm exec tsx ./scripts/generate-jwk.mts >> .env
pnpm install
pnpm migrate
pnpm dev
TypeScript
90.2%
JavaScript
9.4%