A Web App to ease collaboration among groups of people, especially useful for students looking for a medium other than typical social media platforms to keep connected. Easy interaction, file sharing and chat features make the app a all-in-one for keeping up-to-date with group members.
Features include:
- Users create an account, and can create groups.
- Users are part of one or more groups. Each group has a landing page where they can interact.
- Group members with a groups admin password can invite other registered members.
- They can post, comment on posts, engage in chat.
- Groups have a fie storage system to store files organized in folders.
- Set tag to uploaded. Search files by tag or filename or filetype.
- See notifications both inside and outside of group.
- A shared white-board app is accessible to each group.
This app was built with a PHP backend and pure HTML, CSS, JS based front-end.
- Install XAMPP.
- Open and run Apache and MySQL by
sudo /opt/lampp/manager-linux-x64.run
. Start Apache and MySQL. - In
xampp/htdocs/
clone this repository.
- Open
localhost/phpmyadmin
in browser and create a database calledgroupstudy
. - Go to
Import
, clickchoose file
and select thesetting files/groupstudy.sql
file. ClickGo
. The database should be set up. Some dummy data fills the database, if you want you can clear all the tables. - [optional] In
user
table, facebook, linkedin, github columns need to be set to have default as NULL. - Run
SET @@global.sql_mode= '';
- If you are not running from linux, in
GroupStudy/generatecaptcha.php
change the path towards the end of the file to the proper location of the GroupStudy folder. - Similarly in two places in
register.php
, on place indeletepost.php
,addpost.php
, andprofile_setting.php
.
Application will work fine without these settings, just emails wont be sent.
- Windows
- Linux
- Have to turn on access to less secure apps
ON
in gmail. Turn it off later if you want.
- Run
localhost/GroupStudy/main_page.php
from browser and Enjoy!
-
MAIN PAGE
- main_page.php (connect.inc.php, core.inc.php)
- mainjs.js
-
LOGIN
- login.php
- login_form.php
- login.css (backL.jpg)
-
REGISTER
- register.php
- register_form.php
- register.css (generatecaptcha.php, font.ttf, backR.jpg)
- registered.html
- registered.css
-
LOGGED IN
- loggedin.php
- loggedin_form.php
- loggedin.css
- loggedin.js
- search_img.png
- grouplist.php
-
GROUP
- setsession.php
- grouppage.php
- grouppage.html
- grouppage.css
- grouppage.js
-
GROUP FEATURES
- addpost.php
- addfolder.php
- searchfiles.php
- deletepost.php
- addcomment.php
- deletecomment.php
- deletefolder.php
- https://www.twiddla.com/API/Reference.aspx
- {board.php,board.html=> not in use, were trialed with}
-
USER SETTINGS
- logout.php
- deletenotif.php
- profil_setting.php
- profile_setting_form.php
- profile_setting.css
- profile.php
- profile_form.php
- profile.css
-
CHAT FEATURE
- insert_chat.php
- chat_log.php
- offline.php
- toggleoffline.php
- namelist.php //to update showing online or offline
-
GROUP SETTINGS
- group_setting.php
- group_setting.html
- group_setting.css
- remove_user.php
- timeout.html
- timeout.js
-
INVITE TO GROUP
- invite.php
- invite.html
- invite.css
- invite.js
- send_invite.php
- userlist.php//list of users not in group
- deleteinvite.php
- add_to_grp.php