This is the clone of facebook that I wanted to create of my own style
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
-
ReactJS:
-ubuntu: https://www.zeolearn.com/magazine/setup-react-ubuntu
-windows: https://www.liquidweb.com/kb/install-react-js-windows/
-
NodeJS: https://nodejs.org/en/download/
-
Sequelize for postgreSQL: https://sequelize.org/master/manual/getting-started.html
-
Socket.io: https://socket.io/docs/server-installation
-
PostgreSQL: https://www.postgresql.org/docs/9.3/tutorial-install.html
After installing react on your computer, open it using terminal and install the dependencies needed. (both frontend and backend)
npm install
This project is licensed under the MIT License - see the LICENSE.md file for details
- Inspiration - Facebook.
- Refereance - There were lot of references made and I would like to thank everyone who helped me in person and stackoverflow answers.