A website made to help a group of people decide what movie to watch for movie night.
Uses the TMDB API
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.
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