Simple node + express server with user authentication for articles creating/editing/deleting.
This was made following the Tutorial by Brad Traversy (@bradtraversy), found here
- Node.js
- Express
- Express Messages, Session, Connect Flash & Validation
- MongoDB & Mongoose
- Pug Templating
- Passport.js Authentication
- BCrypt Hashing
0.1.0
Install Mongo DB, tutorial on Windows install can be found here
On the MongoDB install/bin folder
$ mongod.exe --directoryperdb --dbpath C:/Path/to/Mongo/data/db --logpath C:/Path/to/Mongo/log/mongo.log --logappend --rest --installInstall the dependencies
$ npm installRun app
$ npm start