/reddit-clone

Reddit clone in MEAN. View site:

Primary LanguageJavaScript

A minimalist Reddit clone in MEAN stack

Installation

To get this application up and running:

  • Install Node
  • Install MongoDB
  • Type npm install the first time to get the application's dependencies
  • Type mongorestore from application's root folder
  • Type nodemon to start the server
  • Go to http://localhost:3000 in your browser

Installed Node packages

  • mongoose as an ODM for Mongo
  • passport for locally authenticating users
  • express-jwt for authentication/authorization with JWT