westzimm / code-puzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start the server

lein run

order-id-asc

curl http://localhost:8088/analytics/report\?order-by\=order-id-asc | python -m json.tool

session-type-dec

curl http://localhost:8088/analytics/report\?order-by\=session-type-desc | python -m json.tool

unit-price-dollars-asc

curl http://localhost:8088/analytics/report\?order-by\=unit-price-dollars-asc | python -m json.tool

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%