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)