From 279834902e0da06895521c7e4061fdae99cc24d4 Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 31 Mar 2021 08:56:36 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc5775..b74e679 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Run server -* ```go run server.go``` +* The server expects the SQLite Job database in `job.db`. +* Run ```go run server.go``` +* The GraphQL backend is located at http://localhost:8080/query/ . # Debugging and Testing