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

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

Delivery Service
https://github.com/romanow/scc-delivery

kotlin spring-boot spring-cloud-contract

Last synced: 10 months ago
JSON representation

Delivery Service

Awesome Lists containing this project

README

          

# Delivery 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 by [@WebMvcTest](src/test/java/ru/romanow/delivery/web/DeliveryControllerTest.kt).