Compare commits

...

2 Commits

Author SHA1 Message Date
012fb2d397 Merge branch 'main' into AP-139
All checks were successful
Backend Build and Test / build (push) Successful in 3m49s
2025-06-26 09:08:44 +02:00
d6935d2f54 Update README.md (#140)
All checks were successful
Backend Build and Test / build (push) Successful in 3m58s
Backend Deploy / build (push) Successful in 22s
Add backend links

Reviewed-on: #140
2025-06-26 08:51:15 +02:00

View File

@ -14,3 +14,13 @@ In order to run the frontend, go to the `allowance-planner-v2` directory in the
```bash ```bash
$ ionic serve $ 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
```