Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pankhurisriv/task-management-system
- Owner: Pankhurisriv
- Created: 2023-05-25T18:10:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-25T21:27:59.000Z (over 1 year ago)
- Last Synced: 2024-11-30T15:15:38.686Z (2 months ago)
- Topics: database-authentication, hibernate, java, mysql, spring-boot, spring-mvc, spring-security
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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