Table of Contents
Social-Network platform will let your users to connect with eachother in more friendly way. Post,like,comments,chat,follow each others and many more
This platform built on scratch PHP using OOP PHP, PHP Design Pattern and PHP PDO Mysql and for template for frontend
By following the instructions you can run the script on your machine
Before installing the script you need some external dependencies on your machine
- php 7.2 <
-
Clone the repo
git clone https://github.com/S4F4Y4T/Social-Network.git
-
Changin folder and files permissions
sudo find "Your project directory" -type f -exec chmod 644 {} \; sudo find "Your project directory" -type d -exec chmod 755 {} \;
-
Give images dir with all the sub dir permission to upload
-
Create and import the social.sql into mysql DB
-
Open config/config.php and change the db information accordingly
After installing the project go to the project directory and regiter a new account to login into profile
Login credentials:
username: safayat
password: password
Here are some screenshots:
Distributed under the MIT License. See LICENSE.txt
for more information.