PubSub

command module
v0.0.0-...-c3f22ab Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MIT Imports: 11 Imported by: 0

README

pub-sub

Backend Microservice to handle pubsub.

Setup

PostgreSQL
Go lang

Follow all the installation steps as mentioned on the installation website

Execute following commands
go get
go build
./PubSub migrate // This command runs the migrations and creates relevant tables in DB
./PubSub run-server // This command starts REST server
./PubSub run-client // This command starts Client
Sample secrets.yml
database:
    name: name
    user: user
    password: password
generic:
    debug: False

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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