TheCinema is a full-stack MERN (MongoDB, Express, React, Node.js) application for movie ticket booking.
client/: Frontend React application (Vite, TailwindCSS, Clerk authentication)server/: Backend Node.js/Express API (MongoDB, Clerk, Inngest).gitignore,README.md: Root configuration and documentation
- Clone the repository.
- Install dependencies for both frontend and backend.
- Set up environment variables as described in each subproject's README.
- Start both the frontend and backend servers.
- Both frontend and backend are configured for deployment on Vercel.
- See
client/vercel.jsonandserver/vercel.jsonfor routing/build details.