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:
- Host: GitHub
- URL: https://github.com/geobas/reddit-clone
- Owner: geobas
- Created: 2016-08-29T18:52:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T09:08:13.000Z (over 3 years ago)
- Last Synced: 2024-12-30T18:02:33.408Z (4 months ago)
- Topics: angularjs, expressjs, mean-stack, mongodb, nodejs
- Language: JavaScript
- Homepage: http://mean-reddit-clone.herokuapp.com
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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