https://github.com/mathisburger/web-service-mock
A web service that can be used for mocking and testing API requests/responses for testing frontend applications
https://github.com/mathisburger/web-service-mock
api-rest kotlin mock spring spring-boot
Last synced: about 2 months ago
JSON representation
A web service that can be used for mocking and testing API requests/responses for testing frontend applications
- Host: GitHub
- URL: https://github.com/mathisburger/web-service-mock
- Owner: MathisBurger
- License: mit
- Created: 2022-08-08T00:01:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T22:33:56.000Z (over 3 years ago)
- Last Synced: 2025-06-07T10:48:26.200Z (about 1 year ago)
- Topics: api-rest, kotlin, mock, spring, spring-boot
- Language: Kotlin
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
web-service-mock
A very simple REST-API mock service that can handle http responses
# Project information
This project is a simple web api mock service. I built it to simulate some simple
API calls and the json responses of them. Even if there are better solutions out there, I just
wanted to create my own solution, because I wanted to use some more kotlin in my personal projects.
# User interface
The API endpoints are configured with a simple `yaml` config file that contains the informarion
about the routes and their responses.
# Techstack
This project uses kotlin with spring boot. I have chosen this techstack, because I have never
worked with it before. At least not that close. Even if this project is not that big and does not have
database support it was a great experience.
# Installation
Just do not install it. It is built to work with kotlin and spring and should
not be used in any way.
# Purpose
This project does not follow a commercial purpose. It is just a simple project
to get myself into kotlin and spring. I stopped working with databases and users because
in my opinion this is a big overhead for this small project. Because I will stick
with other programming languages and frameworks I think it is not necessary to dive more
deep into the framework.