Update README.md

This commit is contained in:
moebiusband73
2021-03-31 08:56:36 +02:00
committed by GitHub
parent bf97407891
commit 279834902e

View File

@@ -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