Skip to content

qazaqpyn/crud-audit-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logging service for bookCRUD

Technologies

  • Audit Log service with gRPC or Message Queue

Before Run

To run, you must specify environment variables, for example, in the .env file

export DB_DATABASE=TESGO
export DB_URI=mongodb+srv:...

export SERVER_PORT=9000

start RabbitMQ with Docker

docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq

Build & Run (gRPC )

go build -o app cmd/grpc/main.go && ./app

Build & Run (gRPC with Message Queue)

go build -o app cmd/rabbitMQ/main.go && ./app

About

Logging service for bookCRUD using gRPC or Message Queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages