pieza / restapp

MIT License
1 stars 1 forks source link

[Node.js] Endpoints for entities [1/3] [Persons] #17

Closed tr0b closed 3 years ago

tr0b commented 3 years ago

As an admin or developer

I would like to be able to perform Create, Read, Update, Delete actions to the Person entities in the database, through endpoints in a REST API hosted in our Node.js server

Create the (generic) endpoints to communicate and perform CRUD actions, for the following entities: Usuarios Empleados Proveedores Clientes

Steps to verify