diff --git a/README.md b/README.md index 95c905577..79f81f3fa 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ npm ci 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 The server supports low-level interaction via HTTP methods,