https://github.com/fhightower/simple-clojure-webapp
Simple web app in Clojure (using Luminus).
https://github.com/fhightower/simple-clojure-webapp
Last synced: about 1 year ago
JSON representation
Simple web app in Clojure (using Luminus).
- Host: GitHub
- URL: https://github.com/fhightower/simple-clojure-webapp
- Owner: fhightower
- Created: 2021-05-28T14:19:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T11:41:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T01:09:06.317Z (about 1 year ago)
- Language: Clojure
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Clojure Web App
A simple web app for experimentation in Clojure (specifically using [luminus](https://luminusweb.com/)).
## Usage
To run the app:
```
docker-compose run --service-ports dev
```
Then (once in the dev environment):
```
cd guestbook/
lein run migrate
lein run
```