An open API service indexing awesome lists of open source software.

https://github.com/abhinavrobinson/go-microservice

A Postgresql Microservice made with GO
https://github.com/abhinavrobinson/go-microservice

go postgresql rest-api server

Last synced: about 2 months ago
JSON representation

A Postgresql Microservice made with GO

Awesome Lists containing this project

README

          

# Go-Microservice

A Postgesql Microservice made with GO

# Instructions

- Boot up server using `go run main.go` in root
- Have a postgres server running on port 5432 with user and password `postgres`
- Have a DB in postgres `gomc` with a table `user`

This program uses multiple go packages which you would need to install.