You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Simplify The Integration as Fast as You can</h2>
4
+
<h2>MockyUp</h2>
5
5
MockyUp is an Openapi mock server that allow You to centralize the Openapi collections that can consuming You're Openapi spec and generating the mock as You want by You're own definitions.
6
6
We are using `OpenApi Spesification version 3.x.x` and bundled with <ahref="https://swagger.io/tools/swagger-ui/"> Swagger UI </a><br/>
7
7
For now we only supporting json request and json response or string response.
8
8
9
9
10
-
#Stacks
10
+
<h2>Stacks</h2>
11
11
MockyUp build from SpringBoot and Swagger library and backed with mongodb as database and UI with vue js. For UI referencing you can check <ahref="https://github.com/dekaulitz/mockup-frontend">Mockup UI Repository</a>.
12
12
We are creating new extension parameter on OpenApi spec for generating the mock response in this case we adding `x-examples` properties for set the mock.
13
13
14
-
#Requirements
14
+
<h2>Requirements</h2>
15
15
* MongoDb 4.x.x
16
16
* Java at least 1.8.x
17
17
* Docker (optional)
18
18
19
19
20
-
#Features
20
+
<h2>Features</h2>
21
21
Yes You can of crouse You can :
22
22
* You can mock the response base on Path parameter.
23
23
* You can mock the response base on Body request parameter.
@@ -29,7 +29,7 @@ Yes You can of crouse You can :
29
29
In this case You has full control for the response as You want with You're own definition base on criterias that You want to mock, and You can create mock user story base on the user properties or request properties that You want to try.
30
30
This will helping You to try perfect integration before the real integration before You're application ready.
31
31
32
-
#How to use
32
+
<h2>How to use</h2>
33
33
You can refer the example of OpenApi spec that already including the `x-examples` properties from <ahref="https://raw.githubusercontent.com/dekaulitz/MockyUp/master/src/main/resources/public/example_mocking_books.json">here</a>.<br/>
34
34
Change the application properties that matched with You're machine.
35
35
For `x-examples` extension that has some attributes. They are :
0 commit comments