LSD - Local Service Directory Requirements IntelliJ IDEA (Community Edition): Download IntelliJ IDEA MySQL (Community Version): Download MySQL Setup Instructions 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! Project Demo Admin Side Login Window (There is only one Admin). DashBoard View. Manage Service Providers View. Service Provider Profile View. Bookings View. View Booking. Suggestions View. Client Side Login Window. Home View. Search Bar. Service Provider Profile View. Hiring View. Bookings View. Rating View. Account View. Profile View. Change Password View. Add Suggestion View. Logout.