Google Searcher is a web app that acts a data scraper for google search. It searches in www.google.com and stores basic infos in the database along with cached response
Clone repository
git clone https://github.com/tajul-saajan/google-searcher.git
Go to project directory
cd google-searcher
Setup .env
file
cp .env.example .env
Install dependencies
$ npm install
Compiling the assets
npx tailwindcss -i resources/css/main.css -o public/css/base.css
# development
$ npm run start
# watch mode
$ npm run start:dev
# unit tests
$ npm run test