An open API service indexing awesome lists of open source software.

https://github.com/byronka/minum_usage_example_smaller

A small and simple example of using Minum
https://github.com/byronka/minum_usage_example_smaller

example-code minum

Last synced: 23 days ago
JSON representation

A small and simple example of using Minum

Awesome Lists containing this project

README

          

Minum example - small
====================

This is a small project meant to demonstrate use of the [Minum framework](https://github.com/byronka/minum).
Check out the [code](src/main/java/org/example/Main.java).

Quick start:
------------

To build and run:

```shell
./mvnw compile exec:java
```

then visit http://localhost:8080

See the [Minum quick start](https://github.com/byronka/minum/blob/master/docs/quick_start.md) for a comprehensive (but still speedy) step-by-step.