Skip to content

olauzon/sproutcore-tutorial-clojure-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# todos-server

An example REST/JSON web service implementation with Clojure.

## Usage

    lein deps
    lein repl
    (use 'ring.adapter.jetty)
    (use 'todos-server.api)
    (run-jetty main-routes {:port 8080})

## Installation

FIXME: write

## License

Copyright (C) 2010 FIXME

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

About

JSON web service example with Clojure, Compojure, and MongoDB (based on the Sproutcore build documentation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published