Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/macktb/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
https://github.com/macktb/task-management-system

h2-database jpa-hibernate jpa-projections jwt-authentication rsa-encryption spring-boot spring-data-jpa spring-mvc spring-oauth2-security spring-security spring-validation

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.
- ...