b-rest
v0.0.1
Published
Express configuration of web framework for serving RESTFUL
Readme
b-rest
Express configuration of web framework for serving RESTFUL
Installation
npm install b-rest --saveor
yarn add b-restRequires Node v8.9.0 or above
Usage
index.js
const rest = require('b-rest');
const app = rest();
