Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mocko-app/mocko
Mocking made easy, proxy your API and choose which endpoints to mock
https://github.com/mocko-app/mocko
hacktoberfest handlebars helm mock mocking proxy templating
Last synced: 30 days ago
JSON representation
Mocking made easy, proxy your API and choose which endpoints to mock
- Host: GitHub
- URL: https://github.com/mocko-app/mocko
- Owner: mocko-app
- License: apache-2.0
- Created: 2020-06-21T11:45:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T16:48:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:47:55.549Z (about 1 month ago)
- Topics: hacktoberfest, handlebars, helm, mock, mocking, proxy, templating
- Language: JavaScript
- Homepage:
- Size: 3.96 MB
- Stars: 73
- Watchers: 1
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Mocko
Mocking made easy, create dynamic mocks, proxy your API and choose which endpoints to mock.## Getting started - CLI
If you want to:
- Manage your mocks in configuration files, structured and versioned in folders
- Mock integrations for automated tests
- Run it anywhere with a command and no dependenciesCheck the getting started guide for the Standalone Mode [here](https://mocko.dev/docs/getting-started/standalone/)
![CLI example](https://cdn.codetunnel.net/mocko/docs-mocko-cli-example.gif)## Getting started - UI
If you want to:
- Manage your mocks in a web UI, no configuration or CLIs needed
- Mock scenarions in your staging environments on-the-go
- Mock integrations in your development environmentCheck the getting started guide for the Complete Stack [here](https://mocko.dev/docs/getting-started/complete/)
![UI example](https://cdn.codetunnel.net/mocko/docs-mocko-example.gif)## Getting started - SaaS
If you want to:
- Create mocks that are available everywhere, in the cloud
- No installation or configuration required
- Manage your mocks in a web UICheck the Mocko Cloud [here](https://mocko.dev/)
![SaaS example](https://cdn.codetunnel.net/mocko/docs-mocko-saas-example.gif)## Features
- Choose how to manage your mocks
- Use a simple web UI for speed
- Use HCL files for documentation and versioning
- Create mocks with rules for matching multiple paths
- Proxy your real API: Requests will be passed through to it unless there's a mock
- Create dynamic mocks using Handlebars (more [here](https://docs.mocko.dev/templating/))
- Easy to deploy: You can deploy it in containers or even using a CLI
- Really, **really** fast. Run your tests as fast as you can.
## When to use?
- Mocking integrations for tests, non-productive environments or local development
- Mocking your own services on development environment to make it easy to simulate
complicated scenarios
- Mocking your future services on development environment to allow the front end and
the back end to develop in parallel (after that, delete the mock and it'll be automatically
proxied to the real service)# Getting started
Check our full documentation and Getting Started at
[docs.mocko.dev](https://cdt.one/WzuRdVq)Or use our SaaS version for ease of use at [mocko.dev](https://mocko.dev/)
## For installation, usage or any help, email us [email protected]