Skip to content

Deepcodepentester/twitter_clone_v2

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About the project

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.

Run the following commands sequentially to have the project running

-- 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

Key notes

-- 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published