Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.21 KB

readme.md

File metadata and controls

43 lines (29 loc) · 1.21 KB

Cineflex

A web application for booking movie tickets.

Go to website

Overview

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.

Prerequisites

  • Node.js

Installation

  1. Clone this repository:
git clone https://github.com/DarlanSchwartz/Cineflex.git
  1. Navigate to the project directory:
cd Cineflex
  1. Install the dependencies:
npm install

Usage

  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000 to access the Cineflex application.

Done