A Small chat application using socket technology
git clone https://github.com/Bhavesh27/ChatApp.git
npm install
* Create secret.js file that holds secret keys to google login, facebook login
* This file also contain port number for process to run (You can although hard code it)
* Run command ->
npm run start
* Make sure local mongodb instance is running or your aws setup is done before running this commmand else errors will come.
* Hope it works on your system.