- IntelliJ IDEA (Community Edition): Download IntelliJ IDEA
- MySQL (Community Version): Download MySQL
- Create a new folder named "IntellijProjects/LSD" in the D: drive.
- Paste all the project files into this folder.
- Open "D:\IntellijProjects\LSD\Mysql\Database.sql" and execute the provided SQL script to create the necessary schema and perform insertions.
- Open the project in IntelliJ IDEA.
- All dependencies will be resolved automatically.
- Update the username and password in this function in(D:\IntellijProjects\LSD\src\main\java\com\example\lsd\DBUtils\DBUtils.java)
- Add the Run/Debug Configuration.
- Run the application and enjoy!