HighFive is a very simple social network coded in PHP Core, HTML, JavaScript (and its frameworks) and CSS (Bootstrap).
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
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>";
?>
All code must comply with coding convention specified in CODING.md file.
This repository is licensed under the terms of MIT License file included in this repository.
Muhammad Tayyab Sheikh 📆 👀 📖 💻 | Moz125 📖 💻 | MajidKhanBurki 🎨 | Mbrzzz 🎨 |