Block a user
Implement GET /task/{id}
Implement POST /tasks
Implement GET /tasks
Implement POST /user/{userId}/goal/{goalId}/complete
Implement DELETE /user/{userId}/goal/{goalId}
Implement PUT /user/{userId}/goal/{goalId}
Implement GET /user/{userId}/goal/{goalId}
Implement PUT /user/{userId}/goals
Implement POST /user/{userId}/goals
Implement GET /user/{userId}/goals
Implement /user/{userId}/history
Implement POST /user/{userId}/allowance
Implement GET /user/{userId}/allowance
Implement GET /user/{userId}
Create issues per endpoint
seeseemelk
deleted branch 3/backend from seeseemelk/allowance_planner_2000
2025-05-08 10:02:31 +02:00
Create initial backend application
Create initial backend