DEV Community

Discussion on: Any good express boilerplate generator

Collapse
 
sagarb3 profile image
Sagar Bhattacharya

try generator-rest , for being used as an express app generator , it's pretty simple , and the code structure is very easy to understand and well divided, I made some tweaks in the boiler plate to support the async-await feature in the router level , the code structure is pretty well defined and the environments handled well and it does not force too much of it's own structure , so it's easy to tweak , secure by default and well explained.

I liked it's way of writing mongoose method and making a common response handler

npmjs.com/package/generator-rest