Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 548 Bytes

ES6 Express API Boilerplate

Dependencies

  • NPM packages from packages.json

Options

Environment

Variable Default Description
PORT 3000 Listen on this TCP port
DEBUG_LEVEL 1 Increase value to get more verbose output. Supported debug levels are listed in lib/Debug.js

Usage

The standalone server implementation is a demo app. The loaded routes are defined in the api/ folder.

node standalone.js