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
- Host: GitHub
- URL: https://github.com/ananto30/jooby-example-shortify
- Owner: Ananto30
- Created: 2020-06-19T20:30:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T20:40:01.000Z (almost 6 years ago)
- Last Synced: 2024-05-21T06:06:39.059Z (almost 2 years ago)
- Topics: example-app, example-project, java, jooby
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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