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 --saveor
yarn add b-restRequires Node v8.9.0 or above
Usage
index.js
const rest = require('b-rest');
const app = rest();0.0.1
8 years ago