From 5e8b44f42cb87279d5f4729afe9db929e92e5d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20H=C3=BChne?= Date: Mon, 16 Oct 2017 07:44:59 +0200 Subject: [PATCH] add basic readme --- REAMDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 REAMDE.md diff --git a/REAMDE.md b/REAMDE.md new file mode 100644 index 0000000..619bcaa --- /dev/null +++ b/REAMDE.md @@ -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