Skip to content

Simple clojure / compojure / ring webapp to show config dependent fortune cookies over web frontend

Notifications You must be signed in to change notification settings

mawulf/lein-fortune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-fortune

A simple webapp, to show fortune cookies. You can use it in manual or random mode(via config).

Usage

lein.sh clean

lein.sh deps

lein.sh compile

lein.sh ring uberjar

To start the generated artefact use either:

java -jar target/lein-fortune-[version]-standalone.jar

or

lein.sh ring server

Then go to

http://localhost:3000/fortune

License

Distributed under the Eclipse Public License, the same as Clojure.

About

Simple clojure / compojure / ring webapp to show config dependent fortune cookies over web frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published