https://github.com/hendisantika/springboot-ecommerce
Spring Boot E-Commerce sample
https://github.com/hendisantika/springboot-ecommerce
Last synced: 6 months ago
JSON representation
Spring Boot E-Commerce sample
- Host: GitHub
- URL: https://github.com/hendisantika/springboot-ecommerce
- Owner: hendisantika
- Created: 2019-04-25T22:59:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T02:41:21.000Z (8 months ago)
- Last Synced: 2024-12-10T02:10:34.553Z (6 months ago)
- Language: Java
- Size: 4.85 MB
- Stars: 42
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-ecommerce
#### Spring Boot Angular
A Simple E-Commerce Implementation with SpringThis module contains articles about Spring Boot with Angular
#### Technology Stacks
1. Java 8
2. Maven 3.6.3
3. IntelliJ Ultimate 2020.1
4. NodeJS v14.2.0
5. NPM 6.14.5
6. Angular CLI: 7.3.10
7. Angular: 7.2.16
8. H2 Database
9. Spring Boot Stack### Things todo list:
1. Clone this repository: `git clone https://github.com/hendisantika/springboot-ecommerce.git`
2. Go inside the folder: `cd springboot-ecommerce`
3. Run the backend application: `mvn clean spring-boot:run`
4. Run Angular Application: `cd frontend && npm run start`
5. Open your favorite browser: http://localhost:4200### Screen shot
Home Page
Order Page

Checkout Page

Pay order Page
