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