| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A lein skeleton to get started with Clojure on Google App Engine
Based on a couple of very helpful blogs:
I found a few inconsistencies from the above blogs.
The skeleton includes two routes (defined in core.clj) which write and read to the datastore
This has been tested on App Engine 1.9.58
Start a repl by running lein repl then boot the development appserver (see appengine.clj)
(require '[cae.appengine :as ae])
(ae/start-it)Make sure you have put your Google App Engine project name into appengine-web.xml, then:
bash deploy_to_appengine.sh| Back | FazBrowse Home | New Git URL |