backend

command module
v0.0.0-...-ff2399b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2022 License: GPL-3.0 Imports: 20 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL