vagosdim / ProductStore

Implementation of a product store application using Spring Boot and React.
0 stars 0 forks source link

ProductStore

Implementation of a product store web application using Spring Boot and React.

Server Dependencies

Client Dependencies

Installation

Running the server:

cd product-store-server 
mvn clean package
mvn spring-boot:run

Running the client:

cd product-storeclient
yarn start