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

https://github.com/romanow/scc-warehouse

Warehouse Service
https://github.com/romanow/scc-warehouse

kotlin spring-boot spring-cloud-contract

Last synced: 2 months ago
JSON representation

Warehouse Service

Awesome Lists containing this project

README

          

# Warehouse Service

```shell
# run once, it create DB services with schemas
docker compose up -d postgres
# build and run tests
./gradlew clean build
./gradlew bootRun
# open in browser http://localhost:8080/swagger-ui.html
```

Client stubs generated [contract tests](src/contractTest/resources/contracts).