The backend for Cerulean.
Cerulean provides a REST API for you to be able to write client applications and integrations around. Click here to view the documentation.
If you would like to setup your own Cerulean backend, first compile Cerulean using go build
and then run ./backend
(.\backend.exe
on Windows) after creating the config.json
file. The config.json
should look like this:
{
"port": 7292,
"mongoUri": "<MongoDB connection URI>"
}