Skip to content

This microservice is responsible for managing user-related functionality.

License

Notifications You must be signed in to change notification settings

Practice-ISU/user-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-service

Go Postgres GRPC License MIT

In this repository you will find the code for the user management service that is used in Gatekeeper. This service provides methods for registration, login and verification of users.

The following environment variables are required for use:

  • SERVICE_NAME: The name of the service that will be used to identify your service.
  • DISCOVERY_ADDR: The address of the discovery service where your service will register or where it will be able to find other services.
  • PORT_PING: The port on which your service will listen for requests to check its availability (ping).
  • PORT_USERS: The port on which your service will listen for requests related to user functionality.
  • SERVICE_IP: The IP address of your service, which can be used by other services to communicate directly with your service.

Make sure that these environment variables are set and configured correctly in your configuration.

About

This microservice is responsible for managing user-related functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published