An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/spring-boot-angular-ecommerce


https://github.com/webmasterdevlin/spring-boot-angular-ecommerce

Last synced: 3 months ago
JSON representation

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