Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pankhurisriv/task-management-system

Task management system is a web application developed for team project works where users can manage various task within team easily
https://github.com/pankhurisriv/task-management-system

database-authentication hibernate java mysql spring-boot spring-mvc spring-security

Last synced: 8 days ago
JSON representation

Task management system is a web application developed for team project works where users can manage various task within team easily

Awesome Lists containing this project

README

        

# Task-Management-System
>Task management system is a web application developed for team project works where users can manage various task within team easily.
>It is developed using Spring Boot with Spring Security for authentication purpose.

> Functional requirements:
*User login and registration based on different role.
*Create task (task name, task description, date of completion, status - completed or not)
*Assign task to user
*Edit task
*Delete task
*Mark task as completed/incompleted
*Display all tasks

> Built with
*Java 17 JDK
*Embedded Tomcat server
*MySQL Database
*Spring Boot
*Spring Security