It has been built to Create, Remove, Update and Delete product registers through a web graphical interface
Front-end was made with Angular
Back-end API made with Express.js
API Endpoints:
POST api/productos/
GET api/productos/
PUT api/productos/:id
GET api/productos/:id
DELETE api/productos/:id
API was made to be connected to a MongoDB database