From d2f2b577be1e1ac1500bfa3fb1d15a45647e2b2b Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Thu, 16 Apr 2026 16:12:57 +0200 Subject: [PATCH] added README.md --- "\177README.md" | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 "\177README.md" diff --git "a/\177README.md" "b/\177README.md" new file mode 100644 index 0000000..9852690 --- /dev/null +++ "b/\177README.md" @@ -0,0 +1,21 @@ +# WebGIS Citizen Participation Portal + +Citizen Participation Portal for Lohne (Oldenburg). + +## Project Structure + +- `migrations/` — versioned SQL Schema Migrations +- `api/` — Backend (PHP) +- `public/` — Frontend (HTML, CSS, JS) +- `scripts/` — Maintenance Scripts (backup, deployment) +- `legacy/` — Reference Code from Prototype + +## Local setup + +1. Copy `.env.example` to `.env` and fill in Database Credentials. +2. Run the SQL Migration in pgAdmin and execute in the target database. +3. Serve `public/` with a PHP-capable Web Server. + +## SSH tunnel to database server + +1. Create SSH Tunnel to Database Server. \ No newline at end of file