Esercizio 11 API

This commit is contained in:
2026-02-05 11:57:28 +01:00
parent f4d3e40059
commit 86611fd6e2
37 changed files with 5057 additions and 0 deletions

View File

@@ -482,5 +482,55 @@
"likes": 0,
"data": "2023-10-14"
}
],
"todos": [
{
"id": 1,
"userId": 1,
"titolo": "Imparare React",
"completato": false
},
{
"id": 2,
"userId": 1,
"titolo": "Creare un portfolio",
"completato": true
},
{
"id": 3,
"userId": 2,
"titolo": "Studiare CSS Grid",
"completato": false
},
{
"id": 4,
"userId": 2,
"titolo": "Aggiornare LinkedIn",
"completato": true
},
{
"id": 5,
"userId": 2,
"titolo": "Scrivere un blog post",
"completato": false
},
{
"id": 6,
"userId": 2,
"titolo": "Partecipare a un hackathon",
"completato": false
},
{
"id": 7,
"userId": 1,
"titolo": "Imparare TypeScript",
"completato": true
},
{
"id": 8,
"userId": 1,
"titolo": "Rifare il sito personale",
"completato": false
}
]
}