Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
/ HighFive Public archive

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

License

Notifications You must be signed in to change notification settings

team5star/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

🎨
Alijaffery5
Alijaffery5

🎨 💻

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published