-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(repo): add description to README.md
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
![](./images/banner.png) | ||
|
||
<p style="text-align: center"><em>Fully functional API was never an option</em></p> | ||
|
||
--- | ||
|
||
# GoosyMock | ||
|
||
> Fully functional API was never an option | ||
**GoosyMock** is a configurable test service for mocking HTTP responses, | ||
featuring SSL support, dedicated administration API and custom payloads | ||
(binary files that can be served on particular routes). It's also prepared | ||
for Kubernetes deployments (Helm chart), making it easy to adapt and use. | ||
|
||
This project is successor to [**GPTS**](https://github.com/Icikowski/GPTS) and | ||
was initially meant to be an improvement over existing solution by introducing | ||
new internal architecture, better approach for serving custom content and | ||
overall improvements to both code's and repository's structure. Changes turned | ||
out to be hard to apply, which led to rewriting whole source code from scratch. | ||
|
||
[**Explore documentation**](https://icikowski.github.io/GoosyMock) |