Skip to content

gutakk/go-google-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Google Scraper

Gathering Google search information with your own keywords

Live Demo

Prerequisite

Create necessary dot env files

  • Create .env file
  • Create env dependent files (depend on your env)
    • .env.release
    • .env.debug (for development)
    • .env.test
  • Add values from .env.example (env dependent variables eg. DB_NAME must be added to each dependent env file)

Usage

Start development server steps

.env files are required

Build development dependencies

This project using air for hot reloading and goreman to have nice terminal colors and process separations.

make build-dependencies

Run the Go application for development

make start-dev

To visit app locally: localhost:8080

Check Postman collection for API endpoints detail.

Build assets

npm run build

Run tests

make test

About

This project is created to complete Web Certification Path using Golang at Nimble

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published