Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 896 Bytes

install.md

File metadata and controls

39 lines (23 loc) · 896 Bytes

Cara Install Skeleton

Kebutuhan Software

Cara Install

  • Clone git clone https://github.com/crowdeco/skeleton.git project

  • Masuk ke project cd project

  • Jalankan perintah go run cmds/dic/main.go

  • Install tool

go install \
    github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \
    github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 \
    github.com/golang/protobuf/protoc-gen-go \
    google.golang.org/grpc/cmd/protoc-gen-go-grpc
  • Install dependency go mod tidy

  • Buat konfigurasi cp .env.example .env dan ubah sesuai kebutuhan