Execute npm i
to get all the Nodejs Modules
- Execute "npm start" to start the server
- Create a POST request send this json { "nombre": "Ariel Leon", "edad": 24 }
use this url: http://localhost:8080/api/usuarios
- create a DELETE AND GET request using the same url, send the request