Skip to content

raghavloya10/task-manager-api-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Task Manager API using Spring BOOT

A basic Task Manager REST API that logs in users and allows them to Create, Read, Update and Delete (CRUD) tasks using Spring BOOT and JWT

  • Authentication at /authenticate, sends back JWT (JSON Web Token) that should be sent in authorization header in every subsequent request
  • /user/** for all user related CRUD operations (Can only be performed by user with role 'admin')
  • /task/** for all task related CRUD operations (Can only be performed by user with role 'user')

About

A Task Manager API using Spring BOOT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages