Skip to content

uninus-opensource/uninus-go-grpc-boilerplate

Repository files navigation

UNINUS GOLANG GRPC BOILERPLATE

How to run ?

  1. Clone this project with SSH or HTTPS git clone <url>

  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

Screenshot from 2024-03-13 23-22-01

Microservice Pattern

MicroservicePatternLanguage

Gokit Model

gokit-model

Gokit Clean Code

gokit-cleancode

Design Pattern

design-pattern

Clean Architect

clean-arch