Skip to content

lucasnachtigall/node-server

Repository files navigation

Simple Node Server

Simple node + express server with user authentication for articles creating/editing/deleting.

This was made following the Tutorial by Brad Traversy (@bradtraversy), found here

Technologies

  • Node.js
  • Express
  • Express Messages, Session, Connect Flash & Validation
  • MongoDB & Mongoose
  • Pug Templating
  • Passport.js Authentication
  • BCrypt Hashing

Version

0.1.0

Usage

Installation

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 --install

Install the dependencies

$ npm install

Run app

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published