The website that looks at the results of the film festival and the people rate for the films that participated in these festivals
First of all, you need to clone the project to your local machine
git clone https://github.com/sinemhasircioglu/FilmFestivals.git
cd FilmFestivals
A step by step series of building that project
- Install the required software
- Change connection string of Database (File: DBConnection.java, Line: 20)
- If you want to use change Database Provider to MS SQL, MySQL etc... You can change on DBConnection.java File (Line: 18)
//For MySQL
Class.forName("com.mysql.jdbc.Driver").newInstance();
-
And add the database's jdbc driver to the library
-
Run the project on Netbeans -> File -> Open Project -> File Name 💣
- Netbeans IDE 8.2
- Java EE 7 Web
- JDK 1.8
- JSF 2.2
- GlassFish Server 4.1.1
- If you want to contribute to codes, create pull request
- If you find any bugs or error, create an issue
This project is licensed under the MIT License - see the LICENSE.md file for details