URL shorner written in pure Clojure.
You probabily need Leningen (v > 2.7) for building this project without docker. To create an uberjar (a super jar with dependencies included) run the following in the project root path after installing Leiningen:
$ lein uberjar
Before running the program you need a ready-to-use Redis instance (preferably with persistent data storage).
For using this project just run the docker-compose.yml
file.
$ docker-compose up
See the documentation