Backend API to manage Tasks and Authentication
Backend API to manage Tasks
get all tasks
Get task with specified id
Update task with new details
Create new task
Delete task with specified id
Backend API to manage Authentication usong JWT and Cookie
Register new user
Login user
Logout User