Skip to content

andrewtsun25/djin-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djin-server

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

Frequently used commands

Prerequisites: Go

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

About

This is the server backend for djin.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages