Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 456 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 456 Bytes

optresume_scraper

optresume scraper

Installation

Download Repository

git clone [email protected]:mavensingh/optresume_scraper.git

Configuration

mv sample.env.sh env.sh
export DBHOST="DBHOST"
export DBUSER="DBUSER"
export DBPASS="DBPASSWORD"
export DBPORT="DBPORT"

Build Software

go build -o app

OR

sudo go build -o app

Run Software

source env.sh
./app