The purpose of this web app is to play the role as a social media rating app for movies, shows, serials, etc. Users are able to create posts of recent movies or work they've seen and write a quick review and rate it. Other users are able to see these posts to help them decide whether they should watch it or not. We are using Java's Swing library for UI components and MySQL as the database to store user info, reviews, movie details, etc.
Some of the problems this application solves is helping users save time deciding what movie to watch by showing them a quick rundown of each title all in one place.
cd into the Rateflix directory and create a 'config.properties' file under Database package. Populate the file with the following:
db.url=jdbc:mysql://localhost:3306/rateflix
db.username=[yourUsername (typically 'root')]
db.password=[yourPassword]