/productRegister

Product Register, Full Stack application that allows the user to register their products.

Primary LanguageTypeScript

Product Register

Product Register is a Full Stack application that allows the user to register their products.

Technologies used:

Spring Java

Angular TypeScript Bootstrap HTML5 CSS3

MySQL

Apache Tomcat

CORS configuration to allow the trafict betwen client and server.

Products list:

productList

Creating a new product:

productList

The first product:

productList

Endpoints Implemented:

GET /findAllProducts

GET /findProductById/{id}

GET /products/published

POST /createProduct

PUT /updateProduct/{id}

DELETE /deleteProduct/{id}