This starter kit contains everything you'll need to create your very own Node-based API server, using Express JS and configured to serve JSON files for data.
npm install
Luego:
npm start
Entrar a http://localhost:3001
o usar POSTMAN para acceder a la API
Puede ver todos los usuarios en http://localhost:3001/users
Puede ver eliminar, editar o crear nuevos usuarios con las correspondientes endpoints: