Update README.md

This commit is contained in:
moebiusband73 2021-03-31 08:56:36 +02:00 committed by GitHub
parent bf97407891
commit 279834902e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
# Run server # 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 # Debugging and Testing