/poc-node-kafka

A proof of concept creating an api integrated with a micro-service using apache kafka

Primary LanguageJavaScript

POC - Micro-services with Node.js and Kafka

In this code challenge I developed a REST API in Node.js that integrates with a micro-service using Apache Kafka.


Dependencies

Getting started

  1. Clone this repository;
  2. Move to the appropriate directory;
  3. Run yarn to install dependencies.
  4. Run yarn start.