summary refs log tree commit diff
path: root/src/db/db.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix performance issues, add fake user bot to test client, more testingRory&2025-06-031-1/+1
|
* Register works, part of login and auth middlewareRory&2025-06-011-2/+5
|
* Generate jwt secretsRory&2025-05-311-0/+1
|
* Prettier configRory&2025-05-291-15/+15
|
* Get database workingRory&2025-05-291-3/+6
|
* Allow unfree in nix flake, add mongodb-compass to devShell closure, basic ↵Rory&2025-05-291-0/+16
mongo attempt, add test register route