Initial web app consumption/integration (#5)

Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #5
This commit is contained in:
Joe 2026-02-23 21:15:19 +00:00
parent 3f258bcd33
commit df6733caa9
41 changed files with 385 additions and 353 deletions

View file

@ -12,27 +12,10 @@ post {
body:json {
{
"year": "2026",
"month": "01",
"day": "02",
"cents": 1000,
"description": "With cat, no subcat or merchant or tags",
"category": {
"id": "72644e00-f1fa-4029-bd9c-2e82eb965aeb"
}
// "subCategory": {
// "id": "270ceaea-9cb8-4c6a-846f-ea35ed4d12f7"
// },
// "merchant": {
// "id": "61246db4-3110-4fe2-bdab-d819b8fd0705"
// },
// "tags": [
// {
// "id": "2616f724-f3ce-46df-8b30-897f147f6b74"
// },
// {
// "id": "16ed84e0-2d17-45c7-ada8-6fe7f8cc8720"
// }
// ]
"date": "2026-01-03",
"cents": 101111,
"note": "Gas",
"categoryId": "db21acbb-0e3e-4ea1-89e1-3d52e5d72cb4",
"merchantId": "b9028a32-1305-4699-8611-d8fd812ebc04"
}
}

View file

@ -1,5 +1,6 @@
meta {
name: Expenses
seq: 3
}
auth {