Skip to content

Social-Network is a social network platform based on scrach php with advance OOP, Design Pattern, PDO Database and many more

License

Notifications You must be signed in to change notification settings

S4F4Y4T/Social-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Network

Social network platform from scratch PHP

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License

About The Project

Screen Shot

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

(back to top)

Built With

This platform built on scratch PHP using OOP PHP, PHP Design Pattern and PHP PDO Mysql and for template for frontend

  • php
  • mysql

(back to top)

Getting Started

By following the instructions you can run the script on your machine

Prerequisites

Before installing the script you need some external dependencies on your machine

  • php 7.2 <

Installation

  1. Clone the repo

    git clone https://github.com/S4F4Y4T/Social-Network.git
  2. 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 {} \;
  3. Give images dir with all the sub dir permission to upload

  4. Create and import the social.sql into mysql DB

  5. Open config/config.php and change the db information accordingly

(back to top)

Usage

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:

Screen Shot Screen Shot Screen Shot Screen Shot

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

Social-Network is a social network platform based on scrach php with advance OOP, Design Pattern, PDO Database and many more

Topics

Resources

License

Stars

Watchers

Forks