add basic mock server for api testing
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Mock server
|
||||
|
||||
## JSON-Server
|
||||
|
||||
See: <https://github.com/typicode/json-server>
|
||||
|
||||
To start server:
|
||||
|
||||
```pwsh
|
||||
npx json-server db.json
|
||||
```
|
||||
Reference in New Issue
Block a user