lazyserver
v1.0.5
Published
My personal lightweight server boilerplate quick starter with Express, Handlebars and many useful middlewares and helpers with a clean skeleton
Downloads
2
Maintainers
Readme
LazyServer
My personal lightweight server boilerplate quick starter with Express, Handlebars and many useful middlewares and helpers with a clean skeleton.
Installation
$ npm install lazyserver
Usage:
$ npm run start
Configuration
Configuration parameters located at server/lib/config.js
To register routes simply add files to the server/lib/routes/ directory which exports objects with the following properties: path (route path), type (request type, aka GET, POST, etc), controller: the classic route function(response, request).
Authors
- Emiliano Arcamone - earcamone
See also the list of contributors who participated in this project.
License
This project is licensed under the Apache License