Git Product home page Git Product logo

seekr_web_app's Introduction

Seekr

Table of Contents

  1. The Project
  2. Technologies
  3. Setup
  4. Demo of How It Works
  5. Developer Notes

The Project

Seekr is a web app where job seekers can search for open tech positions in the Bay Area and track application process. Features include:

  • Toggleable views implementing Google APIs (Places, Maps)
  • JIRA-like tracking board using React-DnD
  • Automated web scraper with Beautiful Soup and Selenium
  • API extensibility with Flask RESTful API

Technologies

  • Backend: Python, Flask, Flask RESTful API, PostgreSQL, SQLAlchemy
  • Frontend: JavaScript, ReactJS, React-DnD, CSS, Bootstrap
  • API: Google Places, Google Maps

Setup

Install the dependencies from requirements.txt using pip install:

$ pip install -r requirements.txt

Create Postgre database and seed with static data:

$ createdb soft
$ python model.py
$ python seed.py

Collect company's geolocation and rating info (you would need a Google Places API key):

$ python places.py

Start the server:

$ python server.py

Demo of How It Works

  • Homepage: homepage

  • User can search jobs by keyword or use quick search. Can click job card to view description detail. In the job detail page, user can save a job or apply job on company website: search

  • User can toggle to see the searching results on Google Map. Can click info window to view description detail as well: map

  • User can save a job, change its status or remove it from saving list. Each applied job stores user application history, includes status changing logs and personal notes: myjobs

  • User can track interview process by dragging job card on the board. The board gets refreshed right after card dropping without a hard reload. There are "add note" and "add job" buttons for user to add interview notes or to manually create job cards to track. myboard

Developer Notes

  • The web is currently live at http://seekr.link. Notice that I have stopped scraping more job post data, which means the searching results will be out of date. However, I encourage you to sign up and check out the tracking feature. You can still use it to manage your actual interview process by using the “add job” button, which creates your private job instance.
  • In order to use the tracking tool feature, user must register with an email and password - the password is stored as a hash in the database.
  • Repo of the web scraping script: https://github.com/airbaggie/web_scraper

seekr_web_app's People

Contributors

airbaggie avatar

Watchers

James Cloos avatar Tess Huelskamp avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.