Skip to content

cerulean-app/backend

Repository files navigation

cerulean-backend

The backend for Cerulean.

API Documentation

Cerulean provides a REST API for you to be able to write client applications and integrations around. Click here to view the documentation.

Setup

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>"
}

About

The backend for Cerulean.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages