Skip to content

Commit f727ac1

Browse files
committed
Merge branch 'master' into development
# Conflicts: # README.md
2 parents 36f1e07 + bee3ee2 commit f727ac1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[![dekaulitz](https://circleci.com/gh/dekaulitz/MockyUp.svg?style=shield)](https://app.circleci.com/pipelines/github/dekaulitz/MockyUp)
22

3-
##Simplify The Integration as Fast as You can
4-
#MockyUp
3+
<h2>Simplify The Integration as Fast as You can</h2>
4+
<h2>MockyUp</h2>
55
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.
66
We are using `OpenApi Spesification version 3.x.x` and bundled with <a href="https://swagger.io/tools/swagger-ui/"> Swagger UI </a><br/>
77
For now we only supporting json request and json response or string response.
88

99

10-
#Stacks
10+
<h2>Stacks</h2>
1111
MockyUp build from SpringBoot and Swagger library and backed with mongodb as database and UI with vue js. For UI referencing you can check <a href="https://github.com/dekaulitz/mockup-frontend">Mockup UI Repository</a>.
1212
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.
1313

14-
#Requirements
14+
<h2>Requirements</h2>
1515
* MongoDb 4.x.x
1616
* Java at least 1.8.x
1717
* Docker (optional)
1818

1919

20-
#Features
20+
<h2>Features</h2>
2121
Yes You can of crouse You can :
2222
* You can mock the response base on Path parameter.
2323
* You can mock the response base on Body request parameter.
@@ -29,7 +29,7 @@ Yes You can of crouse You can :
2929
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.
3030
This will helping You to try perfect integration before the real integration before You're application ready.
3131

32-
#How to use
32+
<h2>How to use</h2>
3333
You can refer the example of OpenApi spec that already including the `x-examples` properties from <a href="https://raw.githubusercontent.com/dekaulitz/MockyUp/master/src/main/resources/public/example_mocking_books.json">here</a>.<br/>
3434
Change the application properties that matched with You're machine.
3535
For `x-examples` extension that has some attributes. They are :

0 commit comments

Comments
 (0)