metosin / compojure-api-examples

Compojure API example
32 stars 19 forks source link

Example running on GAE #5

Open mobileink opened 9 years ago

mobileink commented 9 years ago

Hi folks,

Just getting started with compojure-api; looks very good. I managed to get your example running on Google App Engine - well, at least on the dev server. It's surprisingly simple, and with a minor (but nasty) hack you get something like a REPL. If you want to add a GAE sample here let me know.

-Gregg

ikitommi commented 9 years ago

Sounds great! Thinking of setting up a multi-example repo here or at compojure-api. Will ping when it's set up. See https://github.com/metosin/compojure-api/issues/122

mobileink commented 9 years ago

On Wed, Aug 26, 2015 at 1:57 PM, Tommi Reiman notifications@github.com wrote:

Sounds great! Thinking of setting up a multi-example repo here or at compojure-api. Will ping when it's set up. See metosin/compojure-api#122 https://github.com/metosin/compojure-api/issues/122

Hi Tommi,

Just posted a message to the Clojure list about migae https://github.com/migae/migae; see the swagger subdir for your example code running on GAE. Feel free to copy and modify it to suit your purposes. FWIW, I favor keeping full-blown demos in a separate examples or demos project, and using the test suite to demo individual bits of functionality.

Thanks,

Gregg