Skip to content

mjholder/JobSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobSearch

Config setup:

  1. Replace the value for hostname in the config.json.example file
  2. Rename file to config.json
  3. Place config.json in jobsearch/statics/

To install directly from directory:

  1. Go to jobsearch directory with setup.py in it
  2. $ pip install -e .

Or install with an rpm package:

  1. Go to jobsearch directory with setup.py in it
  2. $ python setup.py bdist_rpm
  3. $ yum install dist/jobsearch-x.x.x-1.xxxx.rpm

To run:

  1. $ export FLASK_APP=jobsearch
  2. $ flask run

About

A simple flask app to search for jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published