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

https://github.com/caugner/urlshortener-java

A simple URL shortener service.
https://github.com/caugner/urlshortener-java

Last synced: 11 months ago
JSON representation

A simple URL shortener service.

Awesome Lists containing this project

README

          

# URL shortener.

A simple URL shortener.

## Usage

```sh
git clone https://github.com/caugner/urlshortener-java
cd urlshortener-java
mvn exec:java -Dexec.mainClass="com.github.caugner.urlshortener.Server"
```