A Task Planner helps in ease for user to plan his tasks and execute them accordingly
* Java
* Spring Boot
* Spring Data Jpa
* MySql
* Maven
* Lombok
* Swagger
* Validations
* User Authentications and Authorization
* Manage and Controls His Tasks and Sprint
URL : https://taskplanner-production-bcaf.up.railway.app
NOTE : All the endpoints are protected by hence they requires the JWT Token except for registering the user and loging the user. To use these protected apis user must need to login by his login credentials and once the user is successfully logged in user will be provided the JWT Token and is supposed to sent in the headers section named as " Token : <jwt_token> ".