- Search
- PHP 7.x
- Composer
- MySQL (or another SQL database)
-
Clone the repository:
git clone git@github.com:rakshitambi7a/php-wannabe-search-engine.git
-
Navigate to the project directory:
cd php-wannabe-search-engine
-
Install dependencies using Composer:
composer install
-
Set up your
.env
file based on.env.example
. -
Run database migrations:
php artisan migrate
Start the development server:
php -S localhost:8000 -t public
Open your browser and navigate to http://localhost:8000
.