8000 GitHub - kaliRegenold/go-psql
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kaliRegenold/go-psql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Post

A very simple docker composition of a postgres container and a Go web app container.

Build

docker-compose up --build -d

Test

curl 0.0.0.0:8080/ping

should return:

Success pinging database

Use

curl 0.0.0.0:8080/user/5

should return:

{"UserId":5,"Lastname":"Lyman","Firstname":"Josh","State":"CT","City":"Westport"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0