A real time chatting application. This web app is built using Node.js, Express, Socket.io, MongoDB and RESTful web services.
Make sure you have Node.js and npm installed. 1. Clone or Download the repository.
git clone https://github.com/sarthakeddy/Get-Connected.git cd Get-Connected2. Install dependencies
npm install3. Start MongoDB
sudo systemctl start mongod4. Start the web application.
node run.js5. Application runs at port 2356. Open the application at
http://localhost:2356/