log_me
v1.2.8
Published
simple midle packge to log the request and the response in mongod using express and body-parser
Downloads
2
Readme
Installation
package.json
{
"dependencies": {
"mongoose":"4.4.1"
}
}
$ npm install
## use it as middle ware with express
```js
app.use(require("log_me").log);