Skip to content

DiegoGallegos4/go-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO Starter template

This is a starter project template that contains the following:

Getting Started on your own environment (Go>1.11)

Build project:

GO111MODULE=on go build

Run project:

./api

Getting Started with Docker

Build images:

make build-dev

Run images:

make up