This is a simple Knowledgebase app I used to learn NodeJS and Express using bootstrap for UI, Pug/Jade for templating, MongoDB to store Data, and some other percuiliar technologies to creating node Web Apps.
$ git clone https://github.com/bosundare/nodekb.git
Install the dependencies
$ cd nodekb
$ npm install
Run app
$ npm start
Visit localhost:3000 to view the app.
- Node.js
- Express
- Express Messages, Session, Connect Flash & Validation
- MongoDB & Mongoose
- Pug Templating
- Passport.js Authentication
- BCrypt Hashing