GithubHelp home page GithubHelp logo

bmorelax / faceconnect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zainudinnoori/faceconnect-social-media-platform

0.0 0.0 0.0 34.25 MB

`Facconnect` a social network project

PHP 42.70% HTML 57.14% Vue 0.16%

faceconnect's Introduction

Faceconnent

About Faceconnect

Faceconnect is an afghanistan online social media and social networking service created to connect people all around the world, devolaped in two different languages.

  1. English
  2. Persian (فارسی)

Faceconnect may be accessed by a large range of devices with Internet connectivity, such as desktop, laptop and tablet computers, and smartphones. After registering to use the site, users can create a customized profile indicating their name, occupation, schools attended and so on. Users can add other users as "followers", exchange messages, post status updates, share photos, and receive notifications of activity. Faceconnect is devolaped in Laravel 5.5v (2018) Laravel documentation and mySql database.

Features

  • Creating account
  • sigining in
  • Profile
  • Followers & Follwings
  • Blocking
  • Timeline
  • Likes
  • Comments
  • Sharing a post
  • Messages and inbox
  • Notifications
  • Gallery

Installation

step 1:

Open your terminal and Clone the project. Run: git clone https://github.com/zainudinnory/faceconnect.git

step 2:

Create your .env file and specify your database

step 3:

Run: composer install

step 4:

Create a key. Run:php artisan key:generate

step 5:

Run the website. php artisan serve

step 6:

Creating tables using migration. Run:php artisan migrate

step 6:

Open your browser and and run the project. Like:localhost:8000
Note:

Factories are also created to generate fake records. you can create n number of records using factories. like: $ factory('App\User',50)->create()
$ factory('App\Post',200)->create()
$ factory('App\Like',500)->create()
$ factory('App\Comment',200)->create()
$ factory('App\Message',2000)->create()
$ factory('App\Userfollow',2000)->create() This creates 2000 relations(Followers & Followings) to users.

faceconnect's People

Contributors

zainudinnoori avatar mustafaayan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.