Skip to content

sarthakeddy/Get-Connected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-Connected

A real time chatting application. This web app is built using Node.js, Express, Socket.io, MongoDB and RESTful web services.

Features

  • Uses Express as the application Framework.
  • Real-time communication between a client and a server using Socket.io.
  • Uses MongoDB, Mongoose for storing messages and querying data.
  • Uses RESTful web service to serve different platforms
  • Installation

    Running locally

    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-Connected
    2. Install dependencies
    npm install
    3. Start MongoDB
    sudo systemctl start mongod
    4. Start the web application.
    node run.js
    5. Application runs at port 2356. Open the application at
    http://localhost:2356/

    Screenshots

    Starting Page Chatting Page

    Get in touch