/task-management-system

Tasks Management System, a multi-user web service based on Spring Boot, JWT authentication that allows users to create, update, and manage tasks

Primary LanguageJava

Task Management System

  • In this project, we develop a task management system that allows creating, updating, and managing tasks.
  • We implement JWT authentication to protect our system and create aggregate views of tasks.
  • Moreover, there are other services REST like :
    • Assigning Tasks : Enable users to delegate their tasks to other and update the statuses of the tasks.
    • Leaving comments : Enable users to add comments to tasks and view all comments associated with each task.
  • ...