This is a full-stack application for booking seats in real-time, featuring a backend powered by Node.js, Express, and MongoDB, and a frontend built with React.
To run this project, create a .env file in the backend directory and add the following variables:
# Backend Environment Variables
PORT=
DB_URL=
JWT_EXPIRE=
JWT_SECRET=
COOKIE_EXPIRE=
# Cloudinary Configuration
CLOUDINARY_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
# Email Configuration
EMAIL_APP_PASSWORD=
EMAIL_USERNAME=