Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formularium/formularium
Formularium is a FOSS, privacy-first, and user-friendly toolkit for municipalities to support them in making their public services available online.
https://github.com/formularium/formularium
forms public-services
Last synced: 11 days ago
JSON representation
Formularium is a FOSS, privacy-first, and user-friendly toolkit for municipalities to support them in making their public services available online.
- Host: GitHub
- URL: https://github.com/formularium/formularium
- Owner: formularium
- License: gpl-3.0
- Created: 2020-12-03T18:27:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T19:58:39.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:14:27.716Z (3 months ago)
- Topics: forms, public-services
- Language: Vue
- Homepage: http://formularium.verdrusssache.de/
- Size: 3.51 MB
- Stars: 98
- Watchers: 11
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egov-de - Formularium - first and user-friendly toolkit for municipalities to support them in making their public services available online (Open Source (FOSS) projects / OZG Progress tracking)
README
# Formularium α
> :warning: **Formularium is still under heavy development! If you are interested in learning more about formularium or even want to contribute, consider [joining our slack channel](https://join.slack.com/t/formularium/shared_invite/zt-ooxr8hzr-LMYSF93V~sLwqYaQwiEACg)**### About
Formularium is a FOSS, privacy-first, and user-friendly toolkit for small to medium-sized municipalities (1-150k inhabitants) to support them in making their public services available online.**Why?**: We feel that municipalities are a backbone to democracy but often are left behind when extending the democratic government to the digital world. We think that neither existing vendors nor the federal government provides the software components and the concepts needed to digitize municipalities’ processes.
So we decided to build open-source concepts and software to allow municipalities to develop their dynamic forms themselves.
### Features
- Form editor based on the visual programming language blockly. This allows you to build almost any kind of validation/routing logic into your forms without writing a single line of code.
- Security by Design with End-to-End encryption. Every form gets PGP-encrypted before it will be submitted to the backend. Only the administrative staff can decrypt form data locally.
- Proof of transmission: The applicant gets a digitally signed receipt that the server has received their form.### High Level Architecture
![High Level Architecture](docs/HLA.png)### Related Projects
- [Formularium Backend](https://github.com/LilithWittmann/formularium-backend)
- [Formularium Desktop](https://github.com/LilithWittmann/formularium-desktop)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).