vibrox-core
is the user management microservice in the Vibrox suite.
It provides REST APIs for user operations and acts as a gRPC client to other services.
- User CRUD via REST APIs (Go + Gin)
- gRPC client integration with:
vibrox-auth
– authenticationvibrox-echo
– centralized logging
- Go 1.24+
- Docker (for local DB, etc.)
- PostgreSQL
git clone https://github.com/VibuRoshin25/vibrox-core.git
cd vibrox-core
go mod tidy
go run main.go