Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.34 KB

movie-backend

Made with

golang logo docker logo rest logo graphql logo grpc logo kafka logo

This repository explain implementation of Go for building multiple microservices using a single codebase. Using Standard Golang Project Layout and Clean Architecture

How To Run Project

Configuration

  • Copy .env.sample to .env
  • Create table from here

Install Package

go mod tidy

Run GRPC Server

go run .\cmd\grpc-server\main.go

Run HTTP Server

go run .\cmd\http-server\main.go

Run Test

make test

Api Doc

http://localhost:8092/swagger-ui