https://github.com/specmatic/enterprise-sample
Sample project to understand how to use Specmatic Enterprise
https://github.com/specmatic/enterprise-sample
sample-project
Last synced: 2 months ago
JSON representation
Sample project to understand how to use Specmatic Enterprise
- Host: GitHub
- URL: https://github.com/specmatic/enterprise-sample
- Owner: specmatic
- License: mit
- Created: 2026-02-07T18:41:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T00:29:27.000Z (3 months ago)
- Last Synced: 2026-03-27T12:57:56.375Z (3 months ago)
- Topics: sample-project
- Language: Kotlin
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# enterprise-sample
This is a sample project for Specmatic enterprise. It demonstrates how to use the features of the enterprise edition in a simple application.
## Running Contract Tests with Specmatic Enterprise
Pre-req: Make sure you have Docker and Docker Compose installed on your machine.
#### 1. Build the application
```shell
./gradlew clean :placeorder-service:bootJar
```
#### 2. Run contract tests using Docker Compose
```shell
docker compose -f docker-compose.test.yml up --build
```