This repository contains a Spring Boot project for managing tasks using Spring Web, Spring Data JPA, and MySQL.
Follow these steps to set up and run the application locally:
-
Clone the repository:
git clone https://github.com/your-username/TaskManager.git
-
Setup MySQL:
- Start your SQL server and ensure it is running on port 3306.
- Create a database named
task
.
-
Run the Spring Boot Application:
- Open the project in your preferred IDE.
- Build and run the Spring Boot application.
- Make changes in the application.properties according to your username and password.
-
Using Postman:
- Use Postman for making POST, PUT, and DELETE requests to interact with the application's REST endpoints.
-
Sample Images: Below are some images demonstrating the working of the application.