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
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