https://github.com/yugendev/go-platzi-protobuf
https://github.com/yugendev/go-platzi-protobuf
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yugendev/go-platzi-protobuf
- Owner: YugenDev
- Created: 2024-07-22T20:07:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T15:09:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T15:28:17.255Z (over 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker postgres DB initialization
docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres