0.0.1 • Published 8 years ago
b-rest v0.0.1
b-rest
Express configuration of web framework for serving RESTFUL
Installation
npm install b-rest --save
or
yarn add b-rest
Requires Node v8.9.0 or above
Usage
index.js
const rest = require('b-rest');
const app = rest();
0.0.1
8 years ago