Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 883 Bytes

QuickTalk-2.0

Its an upgrade version of my quicktalk android app, that i developed it by using React Js

How To run web app?

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.

Or visit the deployed app

Click here to view quickTalk2.0 in live

I deployed backend API on heroku and front end react on netlify