This commit is contained in:
2025-05-18 10:48:52 +02:00
parent 505faa95a3
commit f72cc8a802
13 changed files with 153 additions and 11 deletions

View File

@@ -2,8 +2,15 @@
An improved Allowance Planner app.
## Running backend
In order to run the backend, go to the `backend directory and run:
In order to run the backend, go to the `backend` directory and run:
```bash
$ go run .
```
## Running frontend
In order to run the frontend, go to the `allowance-planner-v2` directory in the `frontend` directory and run:
```bash
$ ionic serve
```