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

https://github.com/ananto30/jooby-example-shortify

Example app using Jooby, url shortener
https://github.com/ananto30/jooby-example-shortify

example-app example-project java jooby

Last synced: about 1 year ago
JSON representation

Example app using Jooby, url shortener

Awesome Lists containing this project

README

          

# shortify

An example app using [Jooby](https://www.jooby.org/). Followed a modular approach, somewhat like Spring using annotations.

Inspired by this [benchmark](https://www.techempower.com/benchmarks/#section=data-r19&hw=cl&test=composite).

## running

./gradlew joobyRun

## building

./gradlew build

## docker

docker build . -t shortify
docker run -p 8080:8080 -it shortify