summary refs log tree commit diff
path: root/src/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* CRUD devicesRory&2025-06-031-5/+79
* Use streaming for alarm listRory&2025-06-031-1/+0
* Fix performance issues, add fake user bot to test client, more testingRory&2025-06-038-19/+160
* More alarm testingRory&2025-06-022-6/+5
* Fix alarm bug, fix error middlewareRory&2025-06-022-7/+5
* Try to fix authRory&2025-06-025-17/+21
* Implement a few more routes, fix existing imports due to syntax highlight bre...Rory&2025-06-024-7/+58
* Split authentication and authorizationRory&2025-06-028-40/+145
* Add shortcut for generating http file, part of API documentationRory&2025-06-027-17/+87
* Add sensor history, balanceRory&2025-06-014-12/+27
* Rewrite routingRory&2025-06-0110-180/+328
* Partial progress on generating http filesRory&2025-06-014-2/+59
* Add alarm endpoints, basic budget routes, spend historyRory&2025-06-014-1/+70
* Update test clientRory&2025-06-012-4/+14
* Login, delete userRory&2025-06-015-37/+56
* Register works, part of login and auth middlewareRory&2025-06-017-25/+122
* Add register with validationRory&2025-06-013-9/+58
* Generate jwt secretsRory&2025-05-313-2/+4
* Add plan and readmeRory&2025-05-311-1/+1
* Prettier configRory&2025-05-2911-81/+81
* Get database workingRory&2025-05-292-2/+2
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mon...Rory&2025-05-296-2/+25
* Move middlewares out of start.jsRory&2025-05-284-31/+46
* Basic routing and express setupRory&2025-05-286-2/+76
* Bare minimum express server, fix nix packageRory&2025-05-281-0/+12
* Initialise modules, add eslint configRory&2025-05-281-0/+0