- HTML5:https://www.w3schools.com/html/
- CSS5: https://www.w3schools.com/css/
- Bootstrap:https://getbootstrap.com/
- JavaScript:https://www.w3schools.com/js/
- Java:https://www.w3schools.com/java/
- Jdbc:https://www.geeksforgeeks.org/introduction-to-jdbc/
- Mysql:https://www.mysql.com/
- Tomcat v9 Server:https://tomcat.apache.org/
- Copy The link from Github and paste it at git bash after this command $git clone
- in your local system create a directory and open it in Eclipse
- now import the cloned project from Eclipse
- run index.jsp file for client side view
- run adminlogin.html for admin side view
in this section the user can upload new movies in the software. it is recommended to use the movies folder in the given project to upload movies and movie banner to our software.
here the Admin can see The number of Active Members and make decision how much popularity CINEX is gaining.
it allows the admin to add another admin. It is one of the better way of sharing the authiority of the software among multiple admins.hence it makes administration more effective.
Before we clone this project some configuratons are needed to be mend. as it uses Mysql so you must need to use that so before clonning this project we must perform the below database configurations.
- in future it can be upgraded to provide more functionalities like two step verfication for the user,secure transaction using Razorpay etc
- It based on MVC so who want to understand the MVC Model in basic they can refer this project