
Simple knowledgebase app with Node.js, Express and MongoDB
The "Article Knowledgebase Application" is a knowledgebase app featured in the "Node.js & Express From Scratch" Youtube series. It utilizes various technologies such as Node.js, Express, MongoDB, Mongoose, Pug Templating, Passport.js Authentication, BCrypt Hashing, and more.
The "Article Knowledgebase Application" is a feature-rich knowledgebase app developed using Node.js and Express. It incorporates technologies like MongoDB, Pug Templating, Passport.js Authentication, and BCrypt Hashing to provide a secure and efficient platform. With its comprehensive features and easy installation process, this app is a valuable resource for building and managing knowledgebases.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.