Hacker News new | ask | show | jobs
by yogthos 4012 days ago
Luminus author here, thanks for the kind words. :)

As a note making a Swagger app with Luminus is as simple as:

lein new luminus myapp +swagger

cd myapp

lein run

once the server starts, browse to http://localhost:3000/swagger-ui/index.html to see your Swagger API