Skip to content

tajul-saajan/google-searcher

Repository files navigation

Google Searcher

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

Requirements

  • npm >= 9.8.1
  • node = 18

Installation Guide

  1. Clone repository
  git clone https://github.com/tajul-saajan/google-searcher.git
  1. Go to project directory
  cd google-searcher 
  1. Setup .env file
cp .env.example .env
  1. Install dependencies
$ npm install
  1. Compiling the assets
npx tailwindcss -i resources/css/main.css -o public/css/base.css

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published