https://github.com/webmasterdevlin/spring-boot-angular-ecommerce
https://github.com/webmasterdevlin/spring-boot-angular-ecommerce
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmasterdevlin/spring-boot-angular-ecommerce
- Owner: webmasterdevlin
- Created: 2022-08-21T08:32:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T12:23:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T13:30:33.817Z (5 months ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## E-commerce Fullstack Spring Boot REST API Java and Angular
- shows list of products
- shows a cart
- can add products to the cart
- can empty the cart#### How to run SmartHardware Spring Boot 2 with Java 17
```bash
use IntelliJ tool to run the app
```
#### How to run ClientApp Angular with NGRX
```bash
ng s -o
```#### How to run e2e tests with Cypress while Angular is running
```bash
npm run test:open
```
Four tests are currently passing