Skip to content

sample Node.js app that includes users, articles, comments + likes (on articles)

License

Notifications You must be signed in to change notification settings

NenoR96/articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Knowledgebase Application

Technologies

  • Node.js
  • Express
  • Session & Validation
  • MongoDB & Mongoose
  • Handlebars Templating
  • Passport.js Authentication
  • BCrypt Hashing
  • Multer

Version

1.0.0

Usage

  • In app.js rename the mongoose connection to database to your own or download mongodump files from repository

Installation

Install the dependencies

$ npm install

Install multer

$ npm install multer --save

Run app

$ npm start

About

sample Node.js app that includes users, articles, comments + likes (on articles)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published