KO
|
EN
gitlite — search
Search
#react
#javascript
#php
#json
#python
#golang
#docker
#java
#nodejs
#histogram
#kotlin
#statistics
caluma
★ 73
Open GitHub ↗
A collaborative form editing service
Download README (.md)
Explore Similar Repositories
pgbackrest_auto
:
pgbackrest_auto: Automatic Restore and Validate for physical and logical database corruption (PostgreSQL)
idcard
:
中国大陆内地姓名、身份证号、银行卡号生成器(随机虚构生成),身份证号大全
Alibaba-Interview-Skill
:
在这里你将学到关于阿里技术offer的面试技巧,学生党必看
win32-gui-wrapper
:
Experimental win32 gui wrapper in C++
ue4program
:
This is a Create UE StandaloneApplication tool.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
caluma
?
Download (.md)
#  [](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 After installing and configuring those, download [compose.yaml](https://github.com/projectcaluma/caluma/blob/main/compose.yaml) 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)