This is a microservice that handles the authentication and authorisation of a user. This microservice is built in conjunction with the following:
Since this service utilises gRPC and protocol buffers, it requires the protocol buffer compiler installed. Moreover, it also uses Makefile to compile the protobuf files. This means it also requires make to be installed
To run the service, simply cd into the repository and run the following command:
make start
Once this is run, the gateway will be running on port 4000.