adityabisoi/json-hub

Add a /tasks endpoint

Closed this issue · 2 comments

Add a /tasks endpoint with a GET support.

The fields should be task_name with names of some everyday tasks, and details with the details of the task to be done.

Hitting the endpoint https://rest-fetch.herokuapp.com/tasks/ must get the placeholder data.

Add 10 such demo data to the endpoint. The data should be provided as a JSON file, which would be imported at production.

Can I work on this?

Why is this issue still open if it got merged?