Its an upgrade version of my quicktalk android app, that i developed it by using React Js
After cloning go to QuickTalk2.0/public/chat-app/ and open any CLI and type npm install, it will download all the dependencies.
After downloading node modules in this path, on the CLI type npm start.
After that go back to root folder and go to QuickTalk2.0/server/ and open CLI and type npm install, it will download all the dependencies.
After downloading node modules in this path, on the CLI type nodemon start or node index.js.
It will open a page on localhost:3000 on your default browser and now you are ready to go!.
And our backend will start on localhost:5000.
Click here to view quickTalk2.0 in live
I deployed backend API on heroku and front end react on netlify