gh-PonyM / caluma

A collaborative form editing service

Home Page:https://caluma.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caluma Service

Build Status Coverage Black PyPI License: GPL-3.0-or-later

Caluma is a collaborative form editing and workflow service.

Getting started

Requirements

  • docker
  • docker-compose

After installing and configuring those, download docker-compose.yml and run the following command:

docker-compose up -d

Schema introspection and documentation is available at http://localhost:8000/graphql and can be accessed using a GraphQL client such as Altair. The API allows to query and mutate form and workflow entities which are described below.

You can read more about running and configuring Caluma in the documentation.

License

Code released under the GPL-3.0-or-later license.

For further information on our license choice, you can read up on the corresponding GitHub issue.


About

A collaborative form editing service

https://caluma.io/

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Dockerfile 0.1%