Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yacosta738/ecommerce-demo


https://github.com/yacosta738/ecommerce-demo

Last synced: 28 days ago
JSON representation

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
```