Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratyush-ranjan/newsfeed
It's a MEAN stack project of newsfeed portal having functioning like single page application, user login & register, adding new news post and comment to any post, upvoting any news post and any comment.
https://github.com/pratyush-ranjan/newsfeed
angularjs expressjs mongodb nodejs passport
Last synced: 26 days ago
JSON representation
It's a MEAN stack project of newsfeed portal having functioning like single page application, user login & register, adding new news post and comment to any post, upvoting any news post and any comment.
- Host: GitHub
- URL: https://github.com/pratyush-ranjan/newsfeed
- Owner: Pratyush-Ranjan
- Created: 2018-06-29T08:07:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:08:00.000Z (about 2 years ago)
- Last Synced: 2023-03-10T06:32:42.636Z (almost 2 years ago)
- Topics: angularjs, expressjs, mongodb, nodejs, passport
- Language: JavaScript
- Homepage:
- Size: 5.06 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newsfeed
It's a MEAN stack project of newsfeed portal having functioning like single page application, user login & register, adding new news post and comment to any post, upvoting any news post and any comment.## Getting Started
To test, contribute or just see what we did follow few easy steps:
- clone the repository
- cd to the directory with the repository
- run `yarn install` (or `npm install` if you don't use yarn)
- run the app using `yarn start` (or `npm start`)
- enjoy!