https://github.com/uninus-opensource/uninus-go-grpc-boilerplate
Golang GRPC Boilerplate
https://github.com/uninus-opensource/uninus-go-grpc-boilerplate
clean-architecture golang grpc
Last synced: 2 months ago
JSON representation
Golang GRPC Boilerplate
- Host: GitHub
- URL: https://github.com/uninus-opensource/uninus-go-grpc-boilerplate
- Owner: uninus-opensource
- Created: 2024-03-18T11:15:31.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-20T03:03:54.000Z (over 2 years ago)
- Last Synced: 2024-06-20T20:56:02.948Z (about 2 years ago)
- Topics: clean-architecture, golang, grpc
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNINUS GOLANG GRPC BOILERPLATE
# How to run ?
1. Clone this project with SSH or HTTPS
`git clone `
2. Create Database
`docker-compose up -d`
3. Migrate table
`make migrate-up`
4. Run Project
`make run-local`
> If u want to edit config, go to `config/local.conf`
## Basic Knowledge
### Software Pattern

### Microservice Pattern

### Gokit Model

### Gokit Clean Code

### Design Pattern

## Clean Architect
