Task Assignment Application Using Spring Boot Hibernate and Thymeleaf
Using this application, an user logged-in with ADMIN Role can assign multiple tasks to users, can view various tasks assigned to a particular user. A new user can register with his email address. Users logged-in with USER role can see the tasks assigned to them. I have used Spring Boot, Hibernate for the back-end, and Thymeleaf for the front-end.
Admin Role Features:
logging in as an Admin.
Assigning multiple tasks to users.
Viewing various tasks assigned to particular user.
User Role Features:
logging in as an Admin
Description with the Screenshots:
After running the project in localhost and clicking the "Register" link, a user registration form is shown: