This is a knowledgebase app used in the "Node.js & Express From Scratch" Youtube series.
- Node.js
- Express
- Express Messages, Session, Connect Flash & Validation
- MongoDB & Mongoose
- Pug Templating
- Passport.js Authentication
- BCrypt Hashing
2.0.0
Install the dependencies
$ npm install
Run app
$ npm start