This is the server backend for djin.dev

  • By Drew Tsun
  • Last update: Mar 29, 2022
  • Comments: 1

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 ./...

Download

djin-server.zip

Comments(1)

  • 1

    [feature]: Implement other gRPC endpoints

    Implemented the other gRPC endpoints:

    • ListEducationsByType
    • ListEnployments
    • ListHbvResearchPapers
    • ListHolisticOfficeLinks
    • ListHolisticOfficeModules
    • GetMartialArtsStyleById
    • ListMusicInstruments
    • ListMusicScores
    • ListProjects

    and created associated Firestore DB entities.