Giter Club home page Giter Club logo

social's Introduction

Build Status Total Downloads Latest Stable Version License

About Social.io

Project was setup for a PHP role Job Interview (Client requested). PDF of the project description can be found in the root directory.

  • Simple Registration and Login/Logout
  • Wall for each user
  • Captcha in registration page
  • Password strength validation
  • Profile Picture add/update
  • About me page
  • Administration Access (Role Based)
  • Add Friends

Setting-up

  • XAMPP Setup

    • XAMPP v3.330 up with PHP 8.0
    • Setup vhost xampp/apache/conf/extra/httpd-vhosts.conf
    • Update hosts file with the specified domain social.io
    • Restart after setting-up these configurations
    <VirtualHost social.io:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/xampp/htdocs/social/public"
        ServerName social.io	
        
        <Directory "C:/xampp/htdocs/social/public">
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Order Allow,Deny
            Allow from all
            Require all granted
        </Directory>
    </VirtualHost>
    127.0.0.1 social.io
  • Unzip the file in htdocs. Should only have one level

    //not like this - path/htdocs/social/social/public
    
    //should be like this - path/htdocs/social/public
  • Download Composer from official site

  • Download and install NodeJs official site

  • cd into the project social

    composer install  
    npm install  
    npm run dev  
    cp .env.example .env 
    //copy the .env.example to .env  
    php artisan key:generate  
  • Setup a database name (default: social)

  • migrate and seed the database

    php artisan migrate --seed  

Configuration

Admin Details

  • Username: Admin
  • Password: \2\r&Gep6&8A;49K

Password defined in database/seeders/DatabaseSeeder.php

Stack

social's People

Contributors

tiththa avatar

Stargazers

Vlad avatar

Watchers

James Cloos avatar  avatar

social's Issues

To Do

  • Registration page with recaptcha
  • Login logout mechanism
  • wall for each user
  • link friends
  • administrator account
  • about me page
  • password validator
  • small profile picture
  • livewire components
  • About me update with password and location

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.