Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.33 KB

File metadata and controls

45 lines (33 loc) · 1.33 KB

Build Status

Ruby Google Scraper

Gathering Google search information with your own keywords

Required Tools

Usage

Setup and boot the Docker containers

./bin/envsetup.sh

Setup the Postgres databases

rake db:setup

Run the Rails application

foreman start -f Procfile.dev

To visit app locally: localhost:3000

Run tests spec

rspec

Deployment

Ruby Google Scraper using Github Actions for CI/CD purposes and deploy to Heroku.

  • Production is deployed from master branch
  • Staging is deployed from development branch

About

This project is created to complete Web Certification Path at Nimble