pixelass / phony

a collection of phony/mock services
https://pixelass.github.io/phony/
MIT License
13 stars 0 forks source link
database expressjs graphql graphql-service mock mocking-services phony

Phony

phony logo

Phony is a collection of phony (mock) services.
Its main purpose is to provide a mocked graphql service

Documentation | Playground

MIT license Build status Codecov status Code Quality

This is the contributor documentation for the phony mono-repository. For user docs see the Introduction

version description
phony graphql A mocking graphql service
phony cli Command Line Interface for phony

Build packages

yarn build

Watch packages

yarn watch

Develop docs

yarn develop

Run examples

We provide some simple to complex examples to give you a better idea on how you can use or integrate Phony in your project.

yarn examples:apollo
yarn examples:graphql
yarn examples:cli