Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!