This is a user microservice with minimum configuration implemented in Spring and Postgres, you can clone/fork it and use it as you want it comes with jwt auth implemented
POSTGRES_DB = |database name| POSTGRES_USER = |db username| POSTGRES_PASSWORD = |db password|
JWT_SECRET = |JWT Secret key| JWT_ISSUER = |JWT issuer|