We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1. Register User
/auth/register
2. Login User
/auth/login
1. Get User Profile
/users/profile
2. Update User Profile
1. Get All Tasks
/tasks
2. Get Task by ID
/tasks/:id
3. Create New Task
4. Update Task by ID
5. Delete Task by ID
6. Get Tasks by Status
/tasks/:status
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Task Management Web App API Endpoints
Authentication Endpoints
1. Register User
/auth/register
2. Login User
/auth/login
User Endpoints
1. Get User Profile
/users/profile
2. Update User Profile
/users/profile
Task Endpoints
1. Get All Tasks
/tasks
2. Get Task by ID
/tasks/:id
3. Create New Task
/tasks
4. Update Task by ID
/tasks/:id
5. Delete Task by ID
/tasks/:id
6. Get Tasks by Status
/tasks/:status
The text was updated successfully, but these errors were encountered: