Skip to content

aksxmtvnty9/Friend-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Friend Finder

This is the clone of facebook that I wanted to create of my own style

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

  1. ReactJS:

    -ubuntu: https://www.zeolearn.com/magazine/setup-react-ubuntu

    -windows: https://www.liquidweb.com/kb/install-react-js-windows/

  2. NodeJS: https://nodejs.org/en/download/

  3. Redux: https://redux.js.org/introduction/installation

  4. Sequelize for postgreSQL: https://sequelize.org/master/manual/getting-started.html

  5. Socket.io: https://socket.io/docs/server-installation

  6. PostgreSQL: https://www.postgresql.org/docs/9.3/tutorial-install.html

Installing

After installing react on your computer, open it using terminal and install the dependencies needed. (both frontend and backend)

npm install

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Inspiration - Facebook.
  • Refereance - There were lot of references made and I would like to thank everyone who helped me in person and stackoverflow answers.