Files
getting-started/pact/pact-node-provider/README.md
2018-10-28 08:31:35 +01:00

7 lines
341 B
Markdown

# Node Pact example
This example project shows how to setup an Express server with Node and create
a contract test for the provider side of a contract with Pact Node.
## Relevant Blog Post
[Step By Step Tutorial for Implementing Consumer-Driven Contracts for a Node Express Server with Pact](https://reflectoring.io/pact-node-provider/)