Website for the cinema "Kino im Blauen Salon" in HfG Karlsruhe based on Remix and PayloadCMS. The website is showcasing future and past screening events. The CMS is used to manage the events, featuring an import function to import movie metadata from TMDB and a tool to generate an HTML newsletter for a set of screenings.
Make sure to populate the .env
files in /frontend
and /cms
with a DATABASE_URI
and PAYLOAD_SECRET
.
pnpm i
pnpm dev
# frontend is running on localhost:5173
# cms is running on localhost:3000
There is no seeding data yet! This might make it a bit hard to get started.
The frontend is running on vercel, the CMS on fly.io using the Dockerfile in the project root.