Skip to content

naf-m62/pu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PU

Custom microservice skeleton based on uber fx

Used

  • DB - postgres
  • Broker - rabbitMQ

Launch

app -c .app/config.yaml

Add handlers

  • For http - add new handler and route to cmd/handlers/http_handlers/handler.go
  • For RabbitMQ - add new handler, exchange, routing key to cmd/handlers/rmq_handlers/handler.go
  • For grpc - add a new handler to proto and implement it in cmd/handlers/grpc_handlers/public/handler.go

About

custom microservices skeleton based on uber fx

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published