Skip to content

REST API with go + gorilla/mux + postgres using Test Driven Development.

Notifications You must be signed in to change notification settings

ferconde87/go-rest-mux-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-rest-mux-pg

Using docker to initialize an instance of postgres

docker run -it -p 5432:5432 -d postgres

Command for running the tests:

go test -v

About

REST API with go + gorilla/mux + postgres using Test Driven Development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages