Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 250 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 250 Bytes

Photosure Web API

This project represents the web API portion of Photosure. It is a Clojure application.

Development

REPL

lein repl

=> (require '[photosure.app :as app])
=> (app/start)

Running the HTTP Server

lein run