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
- Host: GitHub
- URL: https://github.com/abhinavrobinson/go-microservice
- Owner: AbhinavRobinson
- Created: 2021-04-27T05:08:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T07:06:06.000Z (about 5 years ago)
- Last Synced: 2025-04-04T20:47:48.602Z (about 1 year ago)
- Topics: go, postgresql, rest-api, server
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.