Skip to content

A simple social network that supports Member Profiles, Member Groups and Private Chat.

License

Notifications You must be signed in to change notification settings

Alijaffery5/HighFive

 
 

Repository files navigation

HighFive

All Contributors License: MIT Top Language Languages Open Issues Open PRs Last master Commit

HighFive is a very simple social network coded in PHP Core, HTML, JavaScript (and its frameworks) and CSS (Bootstrap).

Features

It allows its users to:

  • create their personal profile page
  • add and remove friends
  • create and manage groups
  • post in groups
  • chat privately with their friends

Deployment

Move to your htdocs folder and execute following command:

git clone https://github.com/team5star/highfive.git

Import db-structure-dbhighfive.sql to MySQL using phpmyadmin. Now, move to config folder inside highfive. Create a file named database.php In database.php put the database credentials like this:

<?php
$DB_HOST = "localhost";
$DB_NAME = "dbhighfive";
$DB_USER = "root";
$DB_PASSWORD = "<your_password_here>";
?>

Coding Convention

All code must comply with coding convention specified in CODING.md file.

License

This repository is licensed under the terms of MIT License file included in this repository.

Contributors

Muhammad Tayyab Sheikh
Muhammad Tayyab Sheikh

📆 👀 📖 💻
Moz125
Moz125

📖 💻
MajidKhanBurki
MajidKhanBurki

🎨
Mbrzzz
Mbrzzz

🎨

About

A simple social network that supports Member Profiles, Member Groups and Private Chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.7%
  • TSQL 33.1%
  • PHP 12.2%