https://github.com/majorcluster/diplomat-http-w-datomic-service-template
A Leiningen template for generating a diplomat-architecture styled pedestal service with free datomic db
https://github.com/majorcluster/diplomat-http-w-datomic-service-template
api clojure datomic diplomat-architecture pedestal template
Last synced: 19 days ago
JSON representation
A Leiningen template for generating a diplomat-architecture styled pedestal service with free datomic db
- Host: GitHub
- URL: https://github.com/majorcluster/diplomat-http-w-datomic-service-template
- Owner: majorcluster
- License: mit
- Created: 2022-07-01T11:39:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T14:54:48.000Z (about 2 years ago)
- Last Synced: 2025-04-14T07:55:01.227Z (about 1 month ago)
- Topics: api, clojure, datomic, diplomat-architecture, pedestal, template
- Language: Clojure
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# org.clojars.majorcluster/diplomat-http-w-datomic-service
[](https://clojars.org/org.clojars.majorcluster/lein-template.diplomat-http-w-datomic-service)
A Leiningen template for generating a diplomat-architecture styled pedestal service
The ports available at this template are:
- http inbound, having breads route specified as a sample
- datomic outbound## Hints for creating a template
```shell
lein new template / --to-dir
```## Usage
```shell
lein new org.clojars.majorcluster/diplomat-http-w-datomic-service
```