Skip to content

XtheWiz/assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiruj's assessment to Go Software Engineering Bootcamp

##Example command to start application ###Without Docker

> DATABASE_URL=postgres://postgres:password@localhost:5432/postgres?sslmode=disable PORT=2565 AUTHORIZATION=November\ 10,\ 2009 go run server.go

###With Docker

> docker build -t goapp .
> docker run -p 2565:2565 --env-file local.env goapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors