Skip to content

hugoalmeidahh/crud-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-GO

  • Run project
go run main.go
  • Run postgres - docker if runner in background include -d
docker-compose -f pg.yaml up  
  • Stop postgres - docker this command stop docker, referrer container in pg.yaml
docker-compose -f pg.yaml stop  
  • Down postgres - docker this command down docker, referrer container in pg.yaml he remove containers referrer in pg.yaml
docker-compose -f pg.yaml down  

About

studing golang with postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages