CodingMarin / nodejs-ts-kafka-auth-message

Node js REST API using apache kafka to receive messages.

Repository from Github https://github.comCodingMarin/nodejs-ts-kafka-auth-messageRepository from Github https://github.comCodingMarin/nodejs-ts-kafka-auth-message

Usage

Steps to run this project:

Install dependencies
npm install
Run project
npm start
Run project in dev mode
npm start dev
Create migrations
npm run mig:gen -- src/migrations/"name-migration"
Run migrations
npm run mig:run

Prettier

Format all files with Prettier:

npx prettier . --write

About

Node js REST API using apache kafka to receive messages.


Languages

Language:TypeScript 100.0%