Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/macktb/task-management-system
- Owner: macktb
- Created: 2024-05-28T19:27:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T13:51:56.000Z (8 months ago)
- Last Synced: 2025-01-10T16:54:16.815Z (6 days ago)
- Topics: h2-database, jpa-hibernate, jpa-projections, jwt-authentication, rsa-encryption, spring-boot, spring-data-jpa, spring-mvc, spring-oauth2-security, spring-security, spring-validation
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
- ...