it now displays books from the DB!

This commit is contained in:
2021-07-06 21:40:12 -04:00
parent 3bff06aad7
commit 8c6c9325da
3 changed files with 224 additions and 27 deletions

View File

@@ -11,9 +11,12 @@ endif
build: server manager
run: build
run-server: build
./server
run-manager: build
./manager
server: $(GOFILES) $(STATICFILES)
go build -o server ./cmd/serve