Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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