An open API service indexing awesome lists of open source software.

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

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