NODE Js Assigenment Task
API Endpoints
-
Retrieve all tasks Endpoint: GET /tasks Description: Retrieve a list of all tasks.
-
Retrieve a specific task Endpoint: GET /tasks/:id Description: Retrieve a specific task by ID.
-
Create a new task Endpoint: POST /tasks Description: Create a new task.
-
Update an existing task Endpoint: PUT /tasks/:id Description: Update an existing task by ID.
-
Delete a task Endpoint: DELETE /tasks/:id Description: Delete a task by ID.