From d6935d2f54a979ad5af82a3f94301a69766526ad Mon Sep 17 00:00:00 2001 From: Huffle Date: Thu, 26 Jun 2025 08:51:15 +0200 Subject: [PATCH] Update README.md (#140) Add backend links Reviewed-on: https://gitea.seeseepuff.be/seeseemelk/allowance_planner_2000/pulls/140 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9760ed8..defca41 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,13 @@ In order to run the frontend, go to the `allowance-planner-v2` directory in the ```bash $ ionic serve ``` + +## Backend links +In order to run the frontend, go to the `allowance-planner-v2` directory in the `frontend` directory and run: + +```bash +Main: https://allowanceplanner.seeseepuff.be/api +``` +```bash +Test: http://localhost:8080/api +```