Skip to content

tkcn568/rest-service-example

Repository files navigation

rest-service-example

Example of REST service for Intro to Clojure

Usage

Run the application locally

lein ring server

Packaging and running as standalone jar

lein do clean, ring uberjar
java -jar target/server.jar

Packaging as war

lein ring uberwar

License

Copyright ©2017

About

Example of REST service for Intro to Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published