A web application for booking movie tickets.
Cineflex is a web-based platform that allows users to browse and book movie tickets. It provides information about upcoming movies, showtimes, theaters, and seat availability. Users can select their preferred movie, theater, and seats, and proceed to the booking and payment process.
- Node.js
- Clone this repository:
git clone https://github.com/DarlanSchwartz/Cineflex.git
- Navigate to the project directory:
cd Cineflex
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to access the Cineflex application.