Skip to content

InfoHub is a real time chat application built with node.js, socket.io and uses mongo as the database for backend. The frontend is done wih html, CSS, Boostrap and JQuery.

Notifications You must be signed in to change notification settings

aryannarora/infohub

Repository files navigation

InfoHub is a chatting platform between mentors and mentees. It is developed with nodejs and make use of socket.io for instant messaging experience. The database used is MongoDb.

Functional Requirements:

  1. Register and login with an email id.
  2. Browse all the available mentors.
  3. Instantly chat with the online mentors.
  4. See which mentor is online.

Non-functional requiremnets:

  1. Provides local authentication.
  2. Optimized for fast performance.

How to run: Install mongodb server and run on default port of 27017. copy the contents of "db" folder to default directory of mogodb database storage directory. cd to the directory and command "gulp serve". Open localhost:3000(or 5000 if 3000 is busy).

About

InfoHub is a real time chat application built with node.js, socket.io and uses mongo as the database for backend. The frontend is done wih html, CSS, Boostrap and JQuery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published