Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 535 Bytes

File metadata and controls

executable file
·
19 lines (13 loc) · 535 Bytes

Fake api

Sometimes you need to use some fake api and for some sercurity reasons you cannot or don't want to waste time on using ready made solutions. This project was originated by exactly that kind of situation.

Installing

mvn clean install

Testing

mvn test

Running

java -jar target/fakeapi-{version}.jar

Swagger

http://localhost:8090/v2/api-docs

Swagger UI

http://localhost:8090/swagger-ui.html

Hosted on GitHub, GitLab and Bitbucket - one of those will (should?) work in your organisation.