An open API service indexing awesome lists of open source software.

https://github.com/geobas/reddit-clone

Reddit clone in MEAN. View site:
https://github.com/geobas/reddit-clone

angularjs expressjs mean-stack mongodb nodejs

Last synced: 2 months ago
JSON representation

Reddit clone in MEAN. View site:

Awesome Lists containing this project

README

        

# A minimalist Reddit clone in MEAN stack

## Installation

To get this application up and running:

* Install [Node](https://nodejs.org)
* Install [MongoDB](https://www.mongodb.com)
* 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](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