- Live Chat Web App made using ReactJS and Chat engine io for backend, Deployed using netify.
- Website link: https://vgramchat.netlify.app/
#ScreenShots:
Steps to Start the App locally
-
Install the Public Dependencies
- make sure you are in public directory.
- run following command npm install
-
Install the Server Dependencies
- make sure you are in Server directory.
- run following command npm install
-
In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.
-
Run server by running following command (before this, make sure you are in src directory) npm start
-
Happy Chatting!!