Skip to content

rakshitambi7a/php-wannabe-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Wannabe Search Engine in PHP

Overview

Features

  • Search

Installation and Setup

Prerequisites

  • PHP 7.x
  • Composer
  • MySQL (or another SQL database)

Steps

  1. Clone the repository:

    git clone git@github.com:rakshitambi7a/php-wannabe-search-engine.git
  2. Navigate to the project directory:

    cd php-wannabe-search-engine
  3. Install dependencies using Composer:

    composer install
  4. Set up your .env file based on .env.example.

  5. Run database migrations:

    php artisan migrate

Usage

Start the development server:

php -S localhost:8000 -t public

Open your browser and navigate to http://localhost:8000.

About

A wanna be search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published