AkashBabu / ms-registry

Registry Service for other micro-services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ms-registry

A registry service in Nodejs for storing information regarding micro-services and the dependencies between them.

Running the application

npm install
npm run build
npm start

Running the application in dev-mode

npm run dev

Installation

npm i lib -S

ES-Lint

npm run lint

Babel

npm run build

This command removes dist/ folder and builds it from the contents in src/ folder

Mocha & Chai (Testing)

npm run test

Coverage Report

npm run coverage

Benchmark

npm run benchmark

Contributions

This is open-source, which makes it obvious for any PRs, but I would request you to add necessary test-cases for the same

About

Registry Service for other micro-services

License:MIT License


Languages

Language:JavaScript 94.5%Language:Dockerfile 5.5%