Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabemeister/compojure-tutorial
Learning compojure
https://github.com/gabemeister/compojure-tutorial
Last synced: about 1 month ago
JSON representation
Learning compojure
- Host: GitHub
- URL: https://github.com/gabemeister/compojure-tutorial
- Owner: GabeMeister
- Created: 2024-02-27T04:09:56.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-22T20:05:51.000Z (9 months ago)
- Last Synced: 2024-04-23T22:15:57.641Z (9 months ago)
- Language: Clojure
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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