Skip to content

ShashankSinha9592/Task_Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

task-management

Task_Planner

A Task Planner helps in ease for user to plan his tasks and execute them accordingly

Teck Stacks

* Java

* Spring Boot

* Spring Data Jpa

* MySql

* Maven

* Lombok

* Swagger

Features

* Validations

* User Authentications and Authorization

* Manage and Controls His Tasks and Sprint

URL : https://taskplanner-production-bcaf.up.railway.app

User Controller

usercontroller

Task Controller

taskcontroller

Sprint Controller

sprintcontroller

Login/Logout Controller

logincontroller

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> ".

Releases

No releases published

Packages

No packages published

Languages