/bekind

A backend api for spreading kindness

Primary LanguageClojure

bekind

A backend api for spreading kindness, written in Clojure, based on Reitit.

This is a toy example only.

Setup

Requires Java and Clojure to be installed

Usage

For common tasks, see the Makefile

To run the server:

make serve

To share it with the world:

ngrok http 3000