Sebastiaan de Schaetzen a08a462e22
All checks were successful
Backend Build and Test / build (push) Successful in 40s
Add data migration export/import endpoints
Add GET /api/export to the Go backend that dumps all users, allowances,
history, and tasks (including completed) as a single JSON snapshot.

Add POST /api/import to the Spring backend that accepts the same JSON,
wipes existing data, inserts all records with original IDs preserved via
native SQL, and resets PostgreSQL sequences to avoid future collisions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-01 16:19:55 +01:00
2025-10-08 20:21:09 +02:00
2025-06-26 09:08:57 +02:00
2025-05-07 18:54:36 +02:00
2025-06-26 09:12:49 +02:00

Allowance Planner 2000

An improved Allowance Planner app.

Running backend

In order to run the backend, go to the backend directory and run:

$ go run .

Running frontend

In order to run the frontend, go to the allowance-planner-v2 directory in the frontend directory and run:

$ ionic serve

Running frontend

In order to build the frontend for android, go to the allowance-planner-v2 directory in the frontend directory and run:

$ ionic capacitor build android
Main: https://allowanceplanner.seeseepuff.be/api
Test: http://localhost:8080/api
Description
No description provided
Readme 4.3 MiB
Languages
Go 56%
TypeScript 28.8%
HTML 6.7%
SCSS 6.5%
JavaScript 0.9%
Other 1.1%