https://github.com/projectcaluma/caluma
A collaborative form editing service
https://github.com/projectcaluma/caluma
api caluma form service
Last synced: about 1 year ago
JSON representation
A collaborative form editing service
- Host: GitHub
- URL: https://github.com/projectcaluma/caluma
- Owner: projectcaluma
- License: gpl-3.0
- Created: 2018-08-10T11:33:05.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T09:28:58.000Z (about 1 year ago)
- Last Synced: 2025-04-04T00:06:55.492Z (about 1 year ago)
- Topics: api, caluma, form, service
- Language: Python
- Homepage: https://caluma.io/
- Size: 4.25 MB
- Stars: 68
- Watchers: 2
- Forks: 28
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 
[](https://github.com/projectcaluma/caluma/actions?query=workflow%3ATests)
[](https://github.com/projectcaluma/caluma/blob/main/setup.cfg#L57)
[](https://docs.astral.sh/ruff/)
[](https://pypi.org/project/caluma/)
[](https://spdx.org/licenses/GPL-3.0-or-later.html)
Caluma is a collaborative form editing and workflow service.
- Website: [caluma.io](https://caluma.io)
- Documentation: [caluma.gitbook.io](https://caluma.gitbook.io)
## Getting started
**Requirements**
- docker
- docker-compose
After installing and configuring those, download [docker-compose.yml](https://github.com/projectcaluma/caluma/blob/main/docker-compose.yml) and run the following command:
```bash
docker-compose up -d
```
Schema introspection and documentation is available at [http://localhost:8000/graphql](localhost:8000/graphql) and can be accessed using a GraphQL client such as [Altair](https://altair.sirmuel.design/). 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](https://caluma.gitbook.io).
## License
Code released under the [GPL-3.0-or-later license](LICENSE).
For further information on our license choice, you can read up on the [corresponding GitHub issue](https://github.com/projectcaluma/caluma/issues/751#issuecomment-547974930).
---
- Contributing guide: [CONTRIBUTING.md](CONTRIBUTING.md)
- Maintainer's Handbook: [MAINTAINING.md](MAINTAINING.md)