DEV Community

Md Zinnatul Islam Morol
Md Zinnatul Islam Morol

Posted on Edited on

Create Node.js Project Using Command Line

Image description

šŸ‘‹ Hi Everyone,
Publishing my node.js template in a command-line format. Everyone can easily be creating a node.js application structure using a single line command.

Features:

šŸ“Œ ES6+ configuration (Babel)
šŸ“Œ Better error handling
šŸ“Œ Clean code structure
šŸ“Œ Google authentication (Passport strategy)
šŸ“Œ Email authentication with OTP verification (Sent mail using Google Gmail)
šŸ“Œ Implement MFA using speakeasy
šŸ“Œ MFA QR code images stored in Cloudinary
šŸ“Œ Forgot Password via mail
šŸ“Œ Modern data validation using Joi
šŸ“Œ Forgot password mail template
šŸ“Œ OTP validation mail template

Download and usage

š—–š—¼š—ŗš—ŗš—®š—»š—±: npx nano-app project-name
Example: npx nano-app nodejs-api

Source Code: https://github.com/jinnatul/nano-app

Demo Video

NB: If you have any queries or suggestions, please write a comment.

Facebook: https://www.facebook.com/morol1957
Linkedin: https://www.linkedin.com/in/morol1957
Twitter: https://twitter.com/jinnatul_md
Github: https://github.com/jinnatul

Top comments (0)