Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phungvandat/clean-architecture
Example about clean architecture in golang
https://github.com/phungvandat/clean-architecture
clean-architecture go-kit golang grpc microservices
Last synced: 2 months ago
JSON representation
Example about clean architecture in golang
- Host: GitHub
- URL: https://github.com/phungvandat/clean-architecture
- Owner: phungvandat
- Created: 2019-10-07T07:35:00.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-25T22:29:38.000Z (about 1 year ago)
- Last Synced: 2024-06-20T10:54:05.382Z (7 months ago)
- Topics: clean-architecture, go-kit, golang, grpc, microservices
- Language: Go
- Homepage:
- Size: 368 KB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLEAN ARCHITECTURE
![clean architecture](https://raw.githubusercontent.com/phungvandat/clean-architecture/dev/images/clean-arch.png)
# HOW TO SETUP DB
- `docker-compose -f docker-compose-local.yaml up -d`# HOW TO RUN
### First
- `make init`
### Next
- `make setup-env`
- `make dev`# HOW TO TEST
- `make test`# HOW TO GEN PROTOC
- `protoc --go_out=plugins=grpc:. grpc/proto/user/user.proto`# HOW TO GEN SSL/TLS CERT
- `cat gen_certs.sh.example > gen_certs.sh`