Skip to content

Commit 51e2dfd

Browse files
committed
update documentation
1 parent fe5dcc1 commit 51e2dfd

3 files changed

+654
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
![GitHub forks](https://img.shields.io/github/forks/UnterrainerInformatik/java-http-server?style=social) ![GitHub stars](https://img.shields.io/github/stars/UnterrainerInformatik/java-http-server?style=social) ![GitHub repo size](https://img.shields.io/github/repo-size/UnterrainerInformatik/java-http-server) [![GitHub issues](https://img.shields.io/github/issues/UnterrainerInformatik/java-http-server)](https://github.com/UnterrainerInformatik/java-http-server/issues)
2+
3+
[![license](https://img.shields.io/github/license/unterrainerinformatik/FiniteStateMachine.svg?maxAge=2592000)](http://unlicense.org) [![Travis-build](https://travis-ci.org/UnterrainerInformatik/java-http-server.svg?branch=master)](https://travis-ci.org/github/UnterrainerInformatik/java-http-server) [![Maven Central](https://img.shields.io/maven-central/v/info.unterrainer.commons/http-server)](https://search.maven.org/artifact/org.webjars.npm/http-server) [![Twitter Follow](https://img.shields.io/twitter/follow/throbax.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/throbax)
4+
5+
6+
17
# java-http-server
28

3-
A wrapper around Javalin that should save us writing boilerplate code.
9+
A wrapper around [Javalin](https://javalin.io/) enabling you to craft CRUD REST-services in no-time.
10+
11+
This library reduces boilerplate code when setting up a REST-server connected to a relational database (MariaDB adapter exists) providing extensive builders to generate standard CRUD REST-endpoints.
12+
13+
Further it has interceptors and extensions allowing you to interact with the process of generating a response for a specific request at any level.
14+
15+
## Standard Request-Response Process
16+
17+
418

19+
![standard-request-response-process](https://github.com/UnterrainerInformatik/java-http-server/raw/master/docs/standard-request-response-process.png)

0 commit comments

Comments
 (0)