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

https://github.com/rads/up-clojure

Example project for using Clojure with Apex Up
https://github.com/rads/up-clojure

apex-up clojure web

Last synced: 5 months ago
JSON representation

Example project for using Clojure with Apex Up

Awesome Lists containing this project

README

          

# Clojure on Apex Up

This is an example project to deploy an HTTP server written in Clojure using [Apex Up](https://github.com/apex/up).

## Getting Started

Install Up:

```
$ curl -sf https://up.apex.sh/install | sh
```

Deploy the app:

```shell
$ up
```

Open it in the browser:

```shell
$ up url --open
```