docs: Describe default server in readme

This commit is contained in:
Joachim Van Herwegen 2020-11-03 13:47:32 +01:00
parent f8542a2c0c
commit 09ef875be3

View File

@ -39,6 +39,9 @@ npm ci
npm start npm start
``` ```
This will start up a server running on port 3000 with a backend storing all data in memory.
More configs with different backends can be found in the config folder.
## Interacting with the server ## Interacting with the server
The server supports low-level interaction via HTTP methods, The server supports low-level interaction via HTTP methods,