0.0.1 • Published 2 years ago

rtfcommon v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

RTF Api Project

Prequisites (Development)

ModuleVersion
Node14.16.0
Npm6.13.0
PostgreSQL11.3
Install node modules

Come out of the project folder and fire 'ls' command if you find 'package.sh' then run sh package.sh command to install node_modules globally instead of using the command npm install.

Directory Structure
|-- Common/
    ├── README.md
    ├── package-lock.json
    ├── package.json
    └── src
        ├── config
        │   ├── bootstrap.js
        │   └── cryptoset.js
        ├── index.js
        ├── middlewares
        │   ├── authgurad.js
        │   ├── kafkaservice.js
        │   └── requestBody.js
        └── utils
            ├── appModules.js
            ├── authCode.js
            ├── constant.js
            ├── errorHandler.js
            ├── exports.js
            ├── kafkakeys.js
            ├── notificationServiceTypes.js
            ├── priority.js
            └── responseHandler.js