Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcsnp/gin-postgres-docker
https://github.com/jcsnp/gin-postgres-docker
docker docker-compose gin postgresql
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcsnp/gin-postgres-docker
- Owner: JcsnP
- Created: 2024-02-01T08:52:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T08:57:55.000Z (11 months ago)
- Last Synced: 2024-02-01T09:46:56.382Z (11 months ago)
- Topics: docker, docker-compose, gin, postgresql
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GIN + POSTGRESQL in Docker container
after cloing repository. run this command in your terminal to start container
```
make start
```if you want to stop container, run this
```
make stop
```please make sure that you installed and running docker