Skip to content

samintejas/pxgen-user-svc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project x generic - user management service

A minimal microservice for usermanagement written in go

How to use

mysql is required to run this application

  • Clone this repo
  • Build the binary using go (v1.22 & above) go build ./cmd/app/main.go -o user , alternatively use make build OR
  • use go run ./cmd/app/main.go to run the project without building alternatively use make run

Currently available

  • custom config
  • custom logging
  • http routing and middleware
  • basic user apis
  • password encryption
  • jwt authentication