This project contains a simple e-commerce app with the possibility to add a new product in store.
The application is developed with Spring Boot for the back-end part, with an H2 database, Angular is used for the front-end side.
- Run
npm run build
command in ../js/ecommerce directory of the project - Run
mvn clean install
from root directory of the project ecommerce-spring-angular - Start the application with:
mvn spring-boot:run
- Open application at http://localhost:8080