This project uses laravel framework to create a light weight version of the X social network previously known as twitter. only a few of the X app features was integrated. Real time updates and algorithm used in the app was not integrated.
-- git clone https://github.com/Deepcodepentester/twitter_clone_v2.git
-- cd twitter_clone_v2
-- comopser install
-- copy .env.example .env
-- php artisan key:generate
-- php artisan migrate
-- php artisan storage:link
-- php artisan serve
-- Make sure you have composer installed globally -- Create a database in your web development environment like wamp. The name is what you we fill in the .env file or any existing database name in the web development environment. fill the .env file e.g for the mysql database fill in DB_DATABASE= DB_USERNAME= DB_PASSWORD= With your own username and password values.