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
+5
View File
@@ -0,0 +1,5 @@
{
"dependencies": {
"json-server": "^1.0.0-beta.15"
}
}