diff --git a/website/docs/community_repos.md b/website/docs/community_repos.md index b92dbb36..525011de 100644 --- a/website/docs/community_repos.md +++ b/website/docs/community_repos.md @@ -11,7 +11,12 @@ Please try to add - language of implementation (split by consumer/provider if including both) ## Full Workflows - +- [Pact Flow Sample](https://github.com/sohamdatey/pact-flow-sample) + - Description: A practical implementation of contract testing using Pact, demonstrating consumer-driven contract testing with a consumer-provider architecture. + - Consumer Language: JavaScript + - Provider Language: JavaScript + - Transport Mechanism: HTTP + - Author: [Soham Datey](https://github.com/sohamdatey) - [Contract test example](https://github.com/PauloGoncalvesBH/contract-test-nirvana) - Description: A diamond level contract testing implementation is exemplified in this repository. - Consumer Language: JavaScript