A Simple E-Commerce Implementation with Spring
This module contains articles about Spring Boot with Angular
- Java 8
- Maven 3.6.3
- IntelliJ Ultimate 2020.1
- NodeJS v14.2.0
- NPM 6.14.5
- Angular CLI: 7.3.10
- Angular: 7.2.16
- H2 Database
- Spring Boot Stack
- Clone this repository:
git clone https://github.com/hendisantika/springboot-ecommerce.git - Go inside the folder:
cd springboot-ecommerce - Run the backend application:
mvn clean spring-boot:run - Run Angular Application:
cd frontend && npm run start - Open your favorite browser: http://localhost:4200
Home Page
Order Page
Checkout Page
Pay order Page



