The API that powers a Mochi blog.
last updated: June 27, 2023
To rebuild your executable, just run:
clj -M:uberjar
move build to dist
and run it.
cat target/*-standalone.jar > dist/Mochi-API-1.0.0-SNAPSHOT-standalone.jar && java -jar dist/Mochi-API-1.0.0-SNAPSHOT-standalone.jar
Then deploy to heroku (or whatever else)
git push heroku master
We have this empty file so that heroku know's that it's a clojure project.