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:
- Register and login with an email id.
- Browse all the available mentors.
- Instantly chat with the online mentors.
- See which mentor is online.
Non-functional requiremnets:
- Provides local authentication.
- 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).