Skip to content

abdelhadinaimi/nest-microservices

Repository files navigation

nest-microservices

Small user management system using nest microservices

To start up the project execute up.sh in scripts/

Architecture

This project uses a microservices architecture, it uses an API Gateway and a message broker to publish and consume events. This diagram shows how the api gateway responds to an incoming request :

Authentification and authorization is done thru a JWT Token using Auth0.

References