modulepackage
0.0.0-20210713051028-c3f22abc742a
Repository: https://github.com/aakashkath/pubsub.git
Documentation: pkg.go.dev
# README
pub-sub
Backend Microservice to handle pubsub.
Setup
PostgreSQL
- Installation Site: Postgres.app Downloads
Go lang
Follow all the installation steps as mentioned on the installation website
- Installation Site: Go lang Install
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
# 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
# Functions
IndexPage for Microservice.
No description provided by the author
RunRESTServer starts a http listener server.