Huffle d6935d2f54
All checks were successful
Backend Build and Test / build (push) Successful in 3m58s
Backend Deploy / build (push) Successful in 22s
Update README.md (#140)
Add backend links

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

27 lines
564 B
Markdown

# 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 .
```
## Running frontend
In order to run the frontend, go to the `allowance-planner-v2` directory in the `frontend` directory and run:
```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
```