fleet-searcher is a web application that allows you to search google using a CSV file fo keywords and view stats in it.
git clone git@github.com:mosharaf13/fleet-searcher.git fleet-searcher
cd fleet-searcher
bash setup/install_dependencies.sh
bash setup/start_app.sh
Once the Docker containers are up and running, you can access the application in your web browser at http://localhost. From there, you can perform searches on google and view the results.
The default port for this application is 80. If you want to start the application on another port set APP_PORT="YOUR PORT" in .env
You can run the automated tests for the application using PHPUnit. To run the tests, use the following command:
./vendor/bin/sail test
If you want generate code coverage then run
.vendor/bin/sail test --coverage-html ./coverage
The Fleet Searcher project is open-source software licensed under the MIT license.