djin-server
This is the gRPC server implementation of the website djin.dev.
The server can be accessed under port localhost:8080
when developing locally
Frequently used commands
Running the server
Run this server in listening mode.
go run ./...
Formatting
Auto-format all the code for this repository.
go fmt ./...
Tests
Run all unit tests for this server.
go test ./...
[feature]: Implement other gRPC endpoints
Implemented the other gRPC endpoints:
and created associated Firestore DB entities.