Open main menu
withPayload
Beta
ProjectsBlog
GitHub
ProjectsBlog
GitHub
© 2024 withPayload - All rights reserved.
  1. Projects
  2. kinoimblauensalon.de

kinoimblauensalon.de

Das studentische Kino an der HfG!
Project details:
Created by:
linobino1
Created At:
October 29, 2024
Categories:
starters
Project thumbnail

kinoimblauensalon.de

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.

Development

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.

Deployment

The frontend is running on vercel, the CMS on fly.io using the Dockerfile in the project root.