Create A Modern FACEBOOK News Feed is a educational project. The main idea is to demonstrate how one can build a large scalable project with REACT JS. However you get the core functionality of Facebook timetile by running one command and then you can build more on top of that.
Repository is divided into two main packages ideas:
- graphql This package contains API for Modern FACEBOOK News Feed App, built with Nodejs, Express, GraphQL, Apollo Server and MongoDB with Mongoose.
- #InConstruction lib Is a Nodejs command line script, that helps users to install the Modern FACEBOOK News Feed App with one command. This package is published to NPM as a
create-facebook-news-feed
- ** Login, Register**
- Create Post, Comment, Reply, Like-P-C-R, Delete-P-C-R.
- **more...