Nodekb

screenshot of Nodekb
express

Simple knowledgebase app with Node.js, Express and MongoDB

Overview:

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.

Features:

  • Node.js & Express: Framework for backend development.
  • MongoDB & Mongoose: Database and object modeling for Node.js.
  • Pug Templating: Templating engine for generating dynamic HTML.
  • Passport.js Authentication: Authentication middleware for Node.js.
  • BCrypt Hashing: Secure password hashing algorithm.

Summary:

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
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

Pug

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.