Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabemeister/compojure-tutorial

Learning compojure
https://github.com/gabemeister/compojure-tutorial

Last synced: about 1 month ago
JSON representation

Learning compojure

Awesome Lists containing this project

README

        

# compojure-tutorial

FIXME

## 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:

lein ring server

## Deploying

lein ring uberjar
scp ./target/compojure-tutorial-0.1.0-SNAPSHOT-standalone.jar root@:/root
scp ./env.json root@:/root
ssh root@
./jdk-17.0.10/bin/java -jar compojure-tutorial-0.1.0-SNAPSHOT-standalone.jar

*Browse to http://:3000

## License

Copyright © 2024 FIXME