Discover Packages
github.com/cerulean-app/backend
command
module
Version:
v0.0.0-...-ff2399b
Opens a new window with list of versions in this module.
Published: Oct 7, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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>"
}
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.