Simple microservices app using Kafka & Nest.js
The app is devided into 3 microservices:
api-gateway, auth, billing.
- Install kafka
- Clone kafdrop to your machine.
cd kafdrop/docker-compose/kafka-kafdropdocker-compose up
- Run the app
- Install the packages for each service
npm install - Run each service
npm run start