A small application that shortens URLs using compojure-api.
Copy profiles.clj.example
to profiles.clj
and add your database credentails, then:
lein ring server
Copy profiles.clj.example
to profiles.clj
and add your database credentails, then:
lein test
lein do clean, ring uberjar
java -jar target/url-shorten-server.jar
lein ring uberwar
Copyright © Thomas Meier 2017