StudCollab is a web based platform, works similar to the very popularly used collaborative tool called Slack. This tool allows the user to post messages in channels, directly to another user, makes it possible for the user to like and dislike the messages posted, allows the user to search for other user profiles.
Along with these features, live collaboration satisfies an effective use case for the users at that point of time.
Third party APIs like Gravatar for Globally Recognized standardized avatars across the platforms, GitHub API for Authentication through GitHub, No Captcha ReCaptcha for solving bot issues and Two factor Authentication for increased security and authentication have been implemented
Designed and developed using the LAMP stack.
Following is the live link of the project - LIVE Demo
-
The porject is very well modularized by separating the code into neat folder structure.
-
This project can be hosted on Nginx, Apache Tomcat (All servers tha can support PHP).
-
The Database is developed in MySQL, milestone4dump.sql has all the SQL queries needed to bring up the Database schema.