server

command module
v0.0.0-...-5b46239 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2025 License: GPL-3.0 Imports: 15 Imported by: 0

README

Go Report Card

Running the client

Requires a running Postgres database, which is set with DATABASE_ADDRESS and defaults to localhost:5432

Use Go to build and run the client:

go run main.go

This will start a gRPC server on :50051 and a http server on port :2121

Running the database with Docker

A docker compose file is provided for running a database

docker compose up -d

To remove the database and all data in it:

docker compose down -v

Test

To run the tests

go test .

Documentation

Overview

Package main implements a gRPC server for interaction with a postgres database

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL