Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 283 Bytes

File metadata and controls

23 lines (19 loc) · 283 Bytes

Start the Docker containers

docker-compose run --service-ports go
docker-compose up -d db

TODO

  • go
cd server
bash gateway/stub-proxy.sh
cd ..

go run main.go
bash ${GOPATH}/bin/service
  • db
docker exec -it db bash
psql -U test