Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 624 Bytes

platypus

URL shorner written in pure Clojure.

Platypus

Building the project

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    

Usage with docker

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 

Examples

See the documentation