From 0c8060cdd250e985178d7b08859b0c9906e148aa Mon Sep 17 00:00:00 2001 From: FriggemannMichael Date: Tue, 7 Jul 2026 15:39:15 +0200 Subject: [PATCH] Add live demo link to README Link the running instance (frontend + API at coderr.friggemann.eu) so the portfolio project is reachable from the repository. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f97690..3cbad62 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ the platform exposes aggregated statistics for its landing page. It is a Django REST Framework API with token authentication, built to be consumed by the Coderr frontend. +## Live demo + +A running instance (frontend + API) is available at +**https://coderr.friggemann.eu**. The API is served under the `/backend/` path +(e.g. `https://coderr.friggemann.eu/backend/api/base-info/`). + ## Features - **Authentication** — registration and login returning an auth token; users