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
- Host: GitHub
- URL: https://github.com/thoughtworks/clojure-bootstrap
- Owner: thoughtworks
- Created: 2021-03-12T05:21:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T06:54:35.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T01:21:22.057Z (about 2 years ago)
- Language: Clojure
- Size: 111 KB
- Stars: 6
- Watchers: 16
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).