Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yacosta738/ecommerce-demo
https://github.com/yacosta738/ecommerce-demo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yacosta738/ecommerce-demo
- Owner: yacosta738
- Created: 2022-12-03T19:31:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T21:31:58.000Z (12 months ago)
- Last Synced: 2023-11-15T22:37:30.173Z (12 months ago)
- Language: Java
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Java CI](https://github.com/yacosta738/ecommerce-demo/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/yacosta738/ecommerce-demo/actions/workflows/ci-cd.yml)
![coverage](.github/badges/jacoco.svg)# E-COMMERCE DEMO
## Running the demo
```shell
./mvnw spring-boot:run
```### Prerequisites
- Java 17 or higher
- Maven 3.8.1 or higher
- Spring Boot 3.0.0 or higher## Running the tests
```shell
./mvnw test
```## Running the tests with coverage
```shell
./mvnw clean test jacoco:report
```