An open API service indexing awesome lists of open source software.

https://github.com/thoughtworks/clojure-bootstrap

Collection of templates for Clojure apps
https://github.com/thoughtworks/clojure-bootstrap

Last synced: about 1 year ago
JSON representation

Collection of templates for Clojure apps

Awesome Lists containing this project

README

          

# Clojure Bootstrap

The goal of this repository is to host templates for all kinds of Clojure applications.

Here are the templates implemented so far:

/root
  /cli
    /cli-matic-demo - Template for command line utilities using cli-matic
  /web
    /rest-crud-demo - Template for a RESTful web api based on code from this [blog post](https://www.codementor.io/@tamizhvendan/developing-restful-apis-in-clojure-using-compojure-api-and-toucan-part-1-oc6yzsigc).