API Alumnos + CRUD MAUI

{
  "alumno": [
    {
      "id": 1,
      "nombre": "Ana Pie",
      "nota": 7
    },
    {
      "id": 2,
      "nombre": "Eva Buja",
      "nota": 8
    },
    {
      "id": 3,
      "nombre": "Juan Ra",
      "nota": 4
    },
    {
      "id": 4,
      "nombre": "Rosa",
      "nota": 4
    }
  ]
}

npx json-server –port 3001 –watch db.json

TestMVVM