Skip to content

formularium/formularium-backend

Repository files navigation

Formularium backend

The django backend for formularium.

Development

Prerequisites

Make sure you have the following tools installed:

  • git
  • python (3.8.*) and pip
  • pipenv
  • sqlite3

Django Setup

Setup on the local machine

Install requirements
  • create a virtualenv (pls. use pipenv)
  • install requirements pipenv install
  • pipenv run pre-commit install
Setup Database
  • setup database ./manage.py migrate
  • setup superuser ./manage.py createsuperuser
  • run application ^^ ./manage.py runserver (this will start a webserver on port 8000)

Alternatively: Setup using Docker Compose

TODO

Usage

About

Backend for Formularium, a FOSS, privacy-first, and user-friendly toolkit for municipalities to support them in making their public services available online.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published