Categorygithub.com/AakashKath/PubSub
repositorypackage
0.0.0-20210713051028-c3f22abc742a
Repository: https://github.com/aakashkath/pubsub.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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