I usually use express-generator
but I need to install a handful of packages before writing the first line of code.
Do you know any good express boilerplate which uses mongodb, passport, pug
I usually use express-generator
but I need to install a handful of packages before writing the first line of code.
Do you know any good express boilerplate which uses mongodb, passport, pug
For further actions, you may consider blocking this person and/or reporting abuse
Muhammad Bilal -
James -
Valentin Turbins -
Saddam Hossain -
Top comments (6)
Hi,
You can use for free CodeTruck, a fully customizable boilerplace generator engine.
codetruck.io/
Disclaimer: I am one of the founders
You can use something like Sails.js that help jumpstart your app's backend without writing any code. According to documentation: Sails.js is a web framework that makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-oriented style of web app & API development. It's especially good for building realtime features like chat.
Sails I have listen about it
Have you ever try Sails?
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
hi Saurabh,
please have a look at create-express-boilerplate.com/, i think this what you are looking for.