Skip to content
Sumit Singh edited this page Dec 31, 2021 · 9 revisions

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

How to Set Up

Prerequisites

Clone The Application

// clone the application
$ git clone https://github.com/NeoSOFT-Technologies/node-rest.git

Quick Installation

Next, install the packages that are required for this project in each of the microservice.

# Install the required npm modules in root repo
$ npm install
# Install the required npm modules in api-gateway
$ npm install
# Install the required npm modules in tenant-registration
$ npm install
# Install the required npm modules in tenant-master-service
$ npm install
# Install the required npm modules in tenant-provisioning
$ npm install
# Install the required npm modules in tenant-config-service
$ npm install

Running the app

# docker
$ docker-compose up #--build

The output of the above command should be shown as below.

Docker-compose-up

Microservices

Consuming Microservices

Contributing to this project

Contributions are welcome from anyone and everyone. We encourage you to review the guiding principles for contributing

Issues/Discussions

Miscellaneous

Stay in touch

Clone this wiki locally