/node-kafka

nodejs application using kafka streams

Primary LanguageTypeScript

node-kafka


Nodejs and kafka

node-kafka uses a stack full Typescript on the backend, I'm making this project to improve my skills!

Node version

Use node v18.12.1

Initing in the your PC

  • For clone the project git clone https://github.com/Wellers0n/node-kafka.git
  • Enter in the folder cd node-kafka/
  • To install project dependency: yarn

Init kafka and apache

At the root directory, run the following commands:

start kafka and apache

docker-compose up --build -d

and start server

yarn dev

Listening in

PORT: http://localhost:3001

API Docs

Visit http://localhost:3001/docs/ for more information about the documentation

kill docker-compose

docker-compose down -v

Stack used

ReactJS
ExpressJS
MongoDB
Swagger
Docker-compose
Yarn