Skip to content

edinzujodev/search-engine

 
 

Repository files navigation

Simple search engine

In order to use the project you need to do the following:

  1. Git Clone
  2. Rename .env.example into .env
  3. Create a new database on the server/locally
  4. Go to .env file. Change DB_DATABASE = database_you_created
  5. npm install
  6. npm run watch
  7. php artisan key:generate
  8. php artisan migrate
  9. php artisan serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.1%
  • Vue 16.5%
  • Other 1.4%