- This is a Java-Spring Boot based project that aims to solve the problem of hiring labor for specific work, such as plumber or painter. Users and labors can register themselves, and users can search for labour based on skills and location. They can also contact the labour for work.
- User and Labor registration and login,
- Searching for labor based on skills and location.
- Retrieving password via email.
- Editing profile and changing password.
- Labor can see the number of profile visits by users.
- Java
- Spring Boot
- MySQL
- HTML
- CSS
- Clone the repository to your local machine.
- Install Maven and MySQL if you don't have them installed already.
- Create a new database in MySQL and update the application.properties file with the database name, username, and password.
- Run the project using mvn spring-boot:run.
- Open the application in your web browser at http://localhost:8080.
- Register as a user or labour using your email address and password.
- Login with your email address and password.
- Search for labour by skills and location.
- Contact labour for work.
- If you would like to contribute to this project, please open a pull request.