https://github.com/alextanhongpin/clojure-compojure-docker
Learning clojure to understand its use cases
https://github.com/alextanhongpin/clojure-compojure-docker
clojure
Last synced: 3 months ago
JSON representation
Learning clojure to understand its use cases
- Host: GitHub
- URL: https://github.com/alextanhongpin/clojure-compojure-docker
- Owner: alextanhongpin
- Created: 2019-12-25T15:22:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T15:52:03.000Z (about 6 years ago)
- Last Synced: 2025-01-29T21:54:24.844Z (12 months ago)
- Topics: clojure
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-world
FIXME
## Start
```
$ lein new compojure hello-world
```
## Prerequisites
You will need [Leiningen][] 2.0.0 or above installed.
[leiningen]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
```bash
$ lein ring server
```
## Testing
```bash
$ lein test
```
## License
Copyright © 2019 FIXME