/film-night

A website made to help a group of people decide what movie to watch for a movie night.

Primary LanguageTypeScriptMIT LicenseMIT

Film Night

A website made to help a group of people decide what movie to watch for movie night.

Screenshot

Uses the TMDB API

Setup for production

Using docker and this command should be all you need to set it up.

docker compose up -d

Reverse proxying with https is not included but recommended.

Dev

Requirements

To serve the backend in dev mode, use

cd pb
./serve.sh # or serve.bat on Windows

To serve the frontend in dev mode, use

cd sk
pnpm dev

but remember to install frontend deps first

cd sk
pnpm install