Skip to content

Yash091/TaskManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management Backend

Overview

This is the backend application for a Task Management System implemented with Spring Boot. The application provides secure APIs for user authentication, task creation, updating, status changes, and deletion.

Features

  • User Authentication:

    • Secure user registration and login using Spring Security.
  • Task Management:

    • Create new tasks with a title, description, and status.
    • Update task details, including title, description, and status.
    • Change the status of tasks from PENDING to ACTIVE and ACTIVE to COMPLETED.
    • Delete tasks from the task list.

Technologies Used

  • Spring Boot
  • Spring Security

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages