add basic mock server for api testing

This commit is contained in:
2026-07-14 15:04:22 +02:00
parent 0de10445f6
commit 550978a852
5 changed files with 598 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Mock server
## JSON-Server
See: <https://github.com/typicode/json-server>
To start server:
```pwsh
npx json-server db.json
```