1.0.5 • Published 8 years ago

lazyserver v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License