ayoubmehd / twitter-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just another Twitter clone

Presentaion

Presentaion

Setting up the project

Requirements

  • PHP v8.x
  • composer v2.x

Steps

Clone the project localy

git clone https://github.com/ayoubmehd/twitter-clone.git

Install dependencies

composer install

Create a mysql database, Copy .env.example to .env and put the database cofig in the new .env file

If you have docker & docker-compose installed just run docker-compose up this will start a mysql database with credentials username=root password=root

Run migration

php artisan migrate

Run dev server

php artisan serve

About


Languages

Language:PHP 46.7%Language:JavaScript 37.4%Language:Blade 15.9%Language:CSS 0.0%