Skip to content

mssalnikov/cyw-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install golang

https://golang.org/doc/install

deploy bases

cd deploy
docker-compose up -d

insatll migrations

go get -u github.com/pressly/goose/cmd/goose

migrate

cd migrations
goose postgres "user=developer password=somepass dbname=cywdb sslmode=disable" up

psql

docker exec -ti deploy_postgres_1 psql "postgresql://developer:somepass@localhost/cywdb"

run application

go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages