Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disco07/docker-golang-postgres
https://github.com/disco07/docker-golang-postgres
docker docker-compose dockerization dockerize dockerized go golang
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/disco07/docker-golang-postgres
- Owner: disco07
- License: mit
- Created: 2022-08-25T06:27:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T18:34:59.000Z (about 2 years ago)
- Last Synced: 2024-11-15T00:59:34.269Z (4 days ago)
- Topics: docker, docker-compose, dockerization, dockerize, dockerized, go, golang
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![ci](https://github.com/disco07/docker-golang-postgres/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/disco07/docker-golang-postgres/actions/workflows/test.yml)
# docker-golang-postgres
Dockerize golang apps## Getting Started
### Prerequisites
You may need to have the following dependacies installed on your computer:
### Setup
On Golang-JetBrains, open the terminal and do the following steps
### Clone this repository
```bash
git clone https://github.com/disco07/docker-golang-postgres
cd docker-golang-postgres
```
### Installation
```bash
go install
```
### To Run
To build images and start container
```bash
docker-compose up --build
```
Run this to consume api
```bash
curl http://localhost:8000/posts
```
## Built with
### Language
### Tools
## Author π€
Drissa KonΓ©
## Contributing π€
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
## Support me
Give a βοΈ if you like this project!
## π License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
=======