Skip to content

pratikbagaria/HighFly

 
 

Repository files navigation

Instructions:

  1. Run MySQL and create a database with name "highfly_db"
  2. Go inside HighFly directory using terminal
  3. Run command >> python db_create.py
  4. Run command >> python run.py
  5. In browser go to http://localhost:5000/login

Features:

  1. Creating resume (Need to add some more options)
  2. Fetching connections
  3. Fetching jobs based on skills
  4. Analysing job requirements
  5. Showing concepts and links
  6. Glassdoor reviews

That's all.

Following packages are already there.

If you are on Linux, OS X or Cygwin, install flask and extensions by entering the following commands with admin previleges(like start with sudo), one after another or run: sh install.sh:

apt-get install python-pip pip install flask==0.9 pip install flask-login pip install flask-openid pip install flask-mail==0.7.6 pip install sqlalchemy==0.7.9 pip install flask-sqlalchemy==0.16 pip install sqlalchemy-migrate==0.7.2 pip install flask-whooshalchemy==0.55a pip install flask-wtf==0.8.4 pip install pytz==2013b pip install flask-babel==0.8 pip install flup pip install Flask-OAuthlib pip install Flask-Rauth pip install glassdoor

If you are on Windows the commands are slightly different: flask\Scripts\pip install flask==0.9 flask\Scripts\pip install flask-login flask\Scripts\pip install flask-openid flask\Scripts\pip install sqlalchemy==0.7.9 flask\Scripts\pip install flask-sqlalchemy==0.16 flask\Scripts\pip install sqlalchemy-migrate==0.7.2 flask\Scripts\pip install flask-whooshalchemy==0.55a flask\Scripts\pip install flask-wtf==0.8.4 flask\Scripts\pip install pytz==2013b flask\Scripts\pip install flask-babel==0.8 flask\Scripts\pip install flup flask\Scripts\pip install Flask-OAuthlib flask\Scripts\pip install Flask-RAuth flask\Scripts\pip install python-linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • C 3.2%
  • JavaScript 2.6%
  • CSS 0.6%
  • C++ 0.2%
  • PowerShell 0.1%