/api-server-starter

A bare bones node-based api server

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

MÓDULO 2 EJERCICIO 2

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.

Historias de usuario

Para instalar:


npm install

Luego:


npm start

Funcionamiento

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: