Skip to content

dedensmkn4/movie-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published