gostr

command module
v0.0.0-...-75e604c Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: MIT Imports: 15 Imported by: 0

README

gostr

a nostr relay written in go

requirements

  • go
  • postgres
  • docker and docker compose if you don't want to install postgres

how to run

  1. Clone the project

  2. Install postgres or with docker with something like this and do docker compose up -d

  3. Put the values in the config.json file:

{
	"host": "{HOST}",
	"user": "{POSTGRES_USER}",
	"password": "{POSTGRES_PW}",
	"dbname": "{DB_NAME}"
}
  1. With go installed, run go build .

  2. Run it ./gostr

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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