1.0.0 • Published 3 years ago

kinara-engineering v1.0.0

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

Installation

npm i engrapis --save

COMMON MODULES

util

This folder contains the details of all the common files like sharing the common API response structure, Capture logging, Database configuration, validating JWT token, and Capturing the API request and response in a DB table.

  • addAPIHist - Capturing APIs request and response.
  • check-auth - JWT Token Validation.
  • dbConfig - Database connectivity.
  • logger - Capture logs.
  • response - Common API response structure.

dataModels

This contains the model structure for every table.