From cf4236459957cc394bba1c039ee0c6413fec766f Mon Sep 17 00:00:00 2001 From: Piotr Icikowski Date: Sat, 19 Nov 2022 01:06:01 +0100 Subject: [PATCH] chore(repo): add description to README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6ccee..3609186 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ ![](./images/banner.png) +

Fully functional API was never an option

+ --- + # 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)