48/add-complete (#53)

Closes #48

Reviewed-on: #53
This commit was merged in pull request #53.
This commit is contained in:
2025-05-18 08:00:29 +02:00
parent 238aedb5c9
commit b5aae3be3d
7 changed files with 224 additions and 24 deletions

View File

@@ -1,2 +1,9 @@
# Allowance Planner 2000
An improved Allowance Planner app.
## Running backend
In order to run the backend, go to the `backend directory and run:
```bash
$ go run .
```