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
GetBlockio -
David Asaolu -
Slobi -
Sloan the DEV Moderator -
Once suspended, itsjzt will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, itsjzt will be able to comment and publish posts again.
Once unpublished, all posts by itsjzt will become hidden and only accessible to themselves.
If itsjzt is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Saurabh Sharma.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag itsjzt:
Unflagging itsjzt will restore default visibility to their posts.
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.