https://github.com/specmatic/specmatic-order-ui
Consumer-side demo using Specmatic to do contract driven development
https://github.com/specmatic/specmatic-order-ui
cdd specmatic
Last synced: 11 months ago
JSON representation
Consumer-side demo using Specmatic to do contract driven development
- Host: GitHub
- URL: https://github.com/specmatic/specmatic-order-ui
- Owner: specmatic
- License: mit
- Created: 2021-06-20T06:16:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T02:38:07.000Z (12 months ago)
- Last Synced: 2025-06-22T03:30:53.659Z (12 months ago)
- Topics: cdd, specmatic
- Language: Kotlin
- Homepage:
- Size: 389 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Specmatic Sample Client Application

BFF = Backend For Frontend, the API invoked by the HTTP calls in the client HTML page (Website UI)
This project contains a small website UI, and an accompanying BFF (backend for frontend).
The BFF talks to the [backend API](https://github.com/specmatic/specmatic-order-api).
Here is the [contract](https://github.com/specmatic/specmatic-order-contracts/blob/main/in/specmatic/examples/store/api_order_v1.yaml) governing the interaction of the BFF with the backend API.
The architecture diagram was created using the amazing free online SVG editor at [Vectr](https://vectr.com).