SantosReis / facebook-ct

Facebook Clone with Laravel, TDD, Vue & Tailwind CSS with Victor Gonzalez (Udemy). https://github.com/vicgonvt/facebook-ct

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Instructions

  • Clone the repo.
    cd facebook-ct
    
    composer install
    
    cp .env.example .env / php -r "file_exists('.env') || copy('.env.example', '.env');"
    
    php artisan key:generate --ansi
    
    mysql -uroot
    
    create database facebook_ct;
  • update .env file
    php artisan migrate --seed
    
    npm install && npm run dev / npm run watch
  • For tests run this command
    ./vendor/bin/phpunit

About

Facebook Clone with Laravel, TDD, Vue & Tailwind CSS with Victor Gonzalez (Udemy). https://github.com/vicgonvt/facebook-ct


Languages

Language:PHP 77.6%Language:Vue 12.9%Language:Blade 9.0%Language:Shell 0.4%