This is the gRPC server implementation of the website djin.dev written in Go.
The server can be accessed under port localhost:8080
when developing locally
Prerequisites: Go
Run this server in listening mode.
go run ./...
Auto-format all the code for this repository.
go fmt ./...
Run all unit tests for this server.
go test ./...