Skip to content

User management microservice offering RESTful APIs for creating, updating, retrieving, and deleting users. Integrates with other services via gRPC clients for authentication and logging. Built with Go and the Gin framework.

Notifications You must be signed in to change notification settings

VibuRoshin25/vibrox-core

Repository files navigation

vibrox-core

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.


✨ Features

  • User CRUD via REST APIs (Go + Gin)
  • gRPC client integration with:

🚀 Getting Started

Prerequisites

  • Go 1.24+
  • Docker (for local DB, etc.)
  • PostgreSQL

Run Locally

git clone https://github.com/VibuRoshin25/vibrox-core.git
cd vibrox-core

go mod tidy
go run main.go

About

User management microservice offering RESTful APIs for creating, updating, retrieving, and deleting users. Integrates with other services via gRPC clients for authentication and logging. Built with Go and the Gin framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published