sayan404 / TaskPulse

an application that helps people to register and track there work
https://taskpulse.onrender.com
MIT License
7 stars 11 forks source link

Adding API Endpoint for Account Delete #38

Closed JavidSumra closed 9 months ago

JavidSumra commented 9 months ago

Issue #37 Description:

This pull request updates the implementation of the account deletion API endpoint. The changes include:

Changes Made:

  1. Created a new route for account deletion with the path /api/v1/account/delete/:id.
  2. Implemented JWT authentication for authorization.
  3. Defined success and error response formats for better API communication.

Testing:

Additional Notes:

I am Working on This issue Under JWOC 2024

JavidSumra commented 9 months ago

Hey @sayan404 Sir Please Checkout My PR.

sayan404 commented 9 months ago

good job and nice PR documentation . @JavidSumra