Skip to content

mutugading/goapps-backend

Repository files navigation

Go Apps Backend

Backend microservices using Go with gRPC.

Structure (Future)

goapps-backend/
├── cmd/                    # Main applications
├── internal/               # Private application code
├── pkg/                    # Public library code  
├── api/                    # OpenAPI/Swagger specs
└── deploy/                 # Deployment configs

Getting Started

Proto files are located in ../goapps-shared-proto/

Generate Go code from proto:

cd ../goapps-shared-proto
./scripts/gen-go.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published