Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-06-01 | Partial progress on generating http files | Rory& | 8 | -4/+127 | |
2025-06-01 | Add alarm endpoints, basic budget routes, spend history | Rory& | 16 | -72/+239 | |
2025-06-01 | Update test client | Rory& | 11 | -23/+79 | |
2025-06-01 | Login, delete user | Rory& | 8 | -78/+127 | |
2025-06-01 | Register works, part of login and auth middleware | Rory& | 19 | -69/+373 | |
2025-06-01 | Add register with validation | Rory& | 30 | -101/+2615 | |
2025-06-01 | Add some tests | Rory& | 21 | -9/+449 | |
2025-05-31 | Init test frontend | Rory& | 76 | -0/+60320 | |
2025-05-31 | Generate jwt secrets | Rory& | 10 | -4/+74 | |
2025-05-31 | Add plan and readme | Rory& | 7 | -62/+120 | |
2025-05-29 | Prettier config | Rory& | 24 | -2604/+2627 | |
2025-05-29 | Get database working | Rory& | 10 | -7/+52 | |
2025-05-29 | Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵ | Rory& | 15 | -9/+84 | |
mongo attempt, add test register route | |||||
2025-05-28 | Move middlewares out of start.js | Rory& | 4 | -31/+46 | |
2025-05-28 | Basic routing and express setup | Rory& | 10 | -3/+155 | |
2025-05-28 | Bare minimum express server, fix nix package | Rory |