Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

add basic readme #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions REAMDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Offenesparlament.de Backend

This is the backend for [offenesparlament.de](https://offenesparlament.de). It stores the protocol- and all realted data in a Postgres database and provides a Python (Flask) based API.

The frontend can be found at [Datenschule/offenesfrontend](https://github.com/Datenschule/offenesfrontend)


## Running
This repoistory provides a Docker-Wrapper around the Python code. You can run it by cloning the repository and running `docker-compose up`. You can then access the API at http://localhost:8899