https://github.com/davewm/real-time-backend
https://github.com/davewm/real-time-backend
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davewm/real-time-backend
- Owner: DaveWM
- License: epl-2.0
- Created: 2023-01-11T15:11:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T16:21:07.000Z (over 3 years ago)
- Last Synced: 2025-05-24T07:39:16.362Z (12 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# real-time-backend
A Leiningen template for the backend of a real-time app.
Designed to be used with the [real-time-frontend template](https://github.com/DaveWM/real-time-frontend).
## Usage
Create a new project with `lein new io.github.davewm/real-time-backend `.
To run locally, you need the `datomic-pro` dependency from a private repo. Sign up [here](https://www.datomic.com/get-datomic.html), and then follow the Leiningen setup instructions.
After you've done this, just run `lein run` to start the app.