This is a Task Manager Application designed to help users efficiently manage their tasks.
Built using Java Spring Boot, the application provides functionalities to add, update, delete, and view tasks, ensuring a streamlined task management experience.
- Add Tasks – Create new tasks with a title, description, and due date.
- Update Tasks – Modify existing tasks to keep information up to date.
- Delete Tasks – Remove tasks that are no longer needed.
- View Tasks – Display a list of all tasks for easy tracking.
- Programming Language: Java
- Backend Framework: Spring Boot
- ORM (Object-Relational Mapping): Hibernate
- Build & Dependency Management: Maven
- API: RESTful APIs
Run the following command in your terminal:
git clone https://github.com/charithasrir31/task-manager-application.git
cd task-manager-application
Ensure you have Java (JDK 17 or later) installed.
If using Maven, run:
mvn clean install
mvn spring-boot:run
It's a backend API, test the endpoints using Postman or: