@cesi-project/common
v1.0.22
Published
**List of features**
Downloads
50
Readme
List of features
you will find in this package all that is in common between our application
Middlewares
errors
modelsCode Demo
exemple on how to use middlewares
const {
loggerReq,
} = require("@cesi-project/common/build/middlewares/log-request");
const app = express();
app.use(loggerReq);exemple on how to use Model
const model = require("@cesi-project/common");
model.Order.find()
Download & Installation
$ npm i @cesi-project/commonContributing
MESBAH Zakaria
FARES Nassim