CineView is a secure and dynamic movie booking application that provides real-time updates, payment integration, and an intuitive user interface.
CineView uses AWS RDS MySQL as its primary database. Below is the configuration setup:
Here are the security group settings used to allow access to the AWS RDS MySQL database:
The database is accessed and managed using DBeaver. Below are the connection details:
git clone https://github.com/Khushal-Savalakha/CineView-Frontend.git
cd CineView-Frontend
npm install
npm start
The frontend will be available at http://localhost:3000
.
Make sure the Django backend is running. Follow the backend repository for more details: