- Useing the following service a RESTful API was created. This have CRUD operations for users and tasks
- Not persistent
{
"id": 1,
"name": "Pau Stack",
"email": "[email protected]",
"username": "pau"
},
{
"id": 1,
"title": "Read a book",
"description": "Read a book about programming",
"status": "done",
"userId": 1
},
You can try the api with the following link