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 +```