summary refs log tree commit diff
path: root/src/db/schemas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for budgeting, move to native createdAtRory&2025-06-033-86/+90
|
* Fix nix package, implement moduleRory&2025-06-031-1/+0
|
* Simple nixOS moduleRory&2025-06-031-1/+1
|
* Fix performance issues, add fake user bot to test client, more testingRory&2025-06-031-10/+13
|
* Add sensor history, balanceRory&2025-06-014-21/+88
|
* Partial progress on generating http filesRory&2025-06-011-1/+5
|
* Add alarm endpoints, basic budget routes, spend historyRory&2025-06-012-1/+57
|
* Register works, part of login and auth middlewareRory&2025-06-011-0/+22
|
* Add some testsRory&2025-06-011-0/+1
|
* Generate jwt secretsRory&2025-05-311-1/+1
|
* Add plan and readmeRory&2025-05-312-2/+13
|
* Prettier configRory&2025-05-291-9/+23
|
* Get database workingRory&2025-05-291-0/+0
|
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵Rory&2025-05-292-0/+14
mongo attempt, add test register route