https://github.com/edbeer/payment
go-payment
https://github.com/edbeer/payment
auth-grpc docker docker-compose gateway golang grpc payment-grpc postgres redis
Last synced: 3 months ago
JSON representation
go-payment
- Host: GitHub
- URL: https://github.com/edbeer/payment
- Owner: Edbeer
- License: mit
- Created: 2023-01-01T19:25:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T20:03:35.000Z (about 3 years ago)
- Last Synced: 2025-03-13T02:37:23.763Z (about 1 year ago)
- Topics: auth-grpc, docker, docker-compose, gateway, golang, grpc, payment-grpc, postgres, redis
- Language: Go
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# payment
go-payment
protofiles -> https://github.com/Edbeer/payment-proto
## Launching auth container
```
payment$ cd auth-grpc
payment/auth-grpc$ docker-compose up --build auth
```
## Launching payment container
```
payment$ cd payment-grpc
payment/payment-grpc$ docker-compose up --build payment
```
## Launching api-gateway container
```
payment$ cd api-gateway
payment/api-gateway$ docker-compose up --build api-gateway
```
## Swagger ```http://localhost:8080/swagger/```