grpc-boilerplate

module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2024 License: MIT

README

��# grpc-boilerplate

subtitle


Requirements

  • protoc
  • docker (better have)

Features

  • one
  • two
  • three

Tech

TODO

  • [Something] - for Something!

Installation

TODO...

Plugins

Plugin README.md
Some Thing

Development

  • VSCode Run Task for Windows:

    • Search protos:
      • Search Proto Files (win)
    • Generate proto:
      • Specific folder: Generate Proto Files (win)
      • API folder: Generate API Proto Files (win)
    • Dependency injection
      • Generate Wire
  • Makefile for Linux:

    • Generate proto:
      • generate api proto: make api
      • generate conf proto: make config
    • Dependency injection
      • make generate
Building for source
  • VSCode Run Task for windows:
    • Build (win)
      • Select: Development, Production
  • Makefile for Linux:
    • Build Development: make dev-build
    • Build Production: make build

Docker

  • VSCode Run Task for windows:
    • Build Image (win)
      • Select: Development, Production
    • Run Image (win)
      • Select: Development, Production
  • Makefile for Linux:
    • Build Development Image: make dev-build-image
    • Build Production: make build-image
    • Run Development Image: make run-image
    • Run Production Image: make dev-run-image

License

This program is open-sourced software licensed under the MIT license.

Directories

Path Synopsis
api
cmd
internal
biz
pkg
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL