tajul-saajan / google-searcher

0 stars 0 forks source link

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

Installation Guide

  1. Clone repository

    git clone https://github.com/tajul-saajan/google-searcher.git
  2. Go to project directory

    cd google-searcher 
  3. Setup .env file

    cp .env.example .env
  4. Install dependencies

    $ npm install
  5. 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