8000 GitHub - nehajaideep/WolfTrack3.0: A personal Job-tracker application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nehajaideep/WolfTrack3.0

Β 
Β 

Repository files navigation

WolfTrack 3.0

Demo Link
WolfTrack 3.0 Youtube


DOI GitHub Release Manual Build codecov GitHub language count GitHub pull-requests GitHub-size GitHub issues GitHub-closed-issues


                     


❓ Why WolfTrack3.0 ❓

Do you find yourself applying to too many companies and losing track of your time?

Do you want to hear from your coworkers or experts?

WolfTrack 3.0 aids in the planning and organization of job applications in a chronological manner so that you can conveniently track job applications, receive professional advice, and land your dream job. We keep track of job applications, job descriptions, locations, wages, dates, and notes, among other things.

                      confused_applicant

So, let's go get that job! 😎


πŸ₯Š Punch Line

WolfTrack3.0.mp4

πŸ“š Technology Stack

           

Python | Flask | HTML | CSS | JavaScript | BootStrap | MySQL | AWS

πŸŽ›οΈ Version Control Tools

🧰 Tools

             ezgif com-optimize

Third-Party Tools


πŸ’» Getting Started & Installation:

  • Prerequisite:

  • Installation:

    E.g If you downloaded Python 3.8.7 above, then

    Steps to setup virtual environment

    • Create a virtual environment:

      python3.8 -m venv test_env

    • Activate the virtual environment:

      source test_env/bin/activate

    • Build the virtual environment:(must be present in project root directory)

      pip install -r requirements.txt

  • Run Instructions

    To run/test the site locally:

    • Clone WolfTrack github repo.

    • Navigate to project directory.

    • Run python main.py or python3 main.py

      If there is a certificate error coming up for nltk stopwords download:

      • search for "Install Certificates.command" in finder and open it. Its a script that will install required Certificates.
      • Run the above command again.
    • Site will be hosted at: http://127.0.0.1:5000/

  • Application Deployed on a sandbox server

    • You can access the application on the url https://harshb.pythonanywhere.com/login

🚒 Run locally using Docker

Our application is docker-compatible configured and you have to follow below steps to run the docker on local:
Note : Make sure you have a docker desktop or docker client installed on your system

  1. Clone the repository
git clone https://github.com/nehajaideep/WolfTrack3.0.git
  1. Go the the repository
cd WolfTrack3.0
  1. Run the docker build command
docker build --tag wolftrackv3:1.0 .
  1. Run the built docker image on local Container
docker run -dp 5000:5000 wolftrackv3:1.0
  1. Test the backend application using below api
GET localhost:5000/login
Response :- "Login Page will appear"
  1. Tag the Deployable image
docker tag wolftrackv2:1.4 akhil/wolftrackv3:1.0
  1. Push the Deployable tagged image to the DockerHub Cloud Image Repository
docker push akhil/wolftrackv3:1.0
  1. Below DockerHub Repository where the readily deployable Image is available

Screenshot 2021-11-04 at 9 38 50 PM


Class/Functions Documentation


πŸ“” Code Coverage

It is part of the Github Workflow Build


πŸ›€οΈ Roadmap

Phase 1 WolfTrack:

  • Create database ER diagram
  • Create SQL DML and DDL queries
  • Create Dashboard Page
  • Create Login Page
  • Create Signup Page
  • Setup Flask
  • Add Unit testing
  • Add Error Handling mechanisms
  • Mock of Job Application Map using Power BI

Phase 2 WolfTrack 2.0:

  • Resume Parser and Analyzer
  • Email Notifcation after adding new job profile to list
  • Upload and maintaining resume versions
  • Send remainder mails for deadlines
  • Share your profile with others
  • Creation of Docker image
  • Readily deployable image in docker registry

🏁 Phase 3 WolfTrack 3.0:

β˜‘οΈ Two Type Login Application - Admin and User.
β˜‘οΈ Resume Review, Comment, Download and Like by Admin.
β˜‘οΈ Comments given by Admin are sent as email to the user.
β˜‘οΈ Cronjob for pending application deadlines as email notification.
β˜‘οΈ Implemented web scraping to find relevant jobs according to user's profile and recommend him
β˜‘οΈ Daily Goal Check to keep track of number of jobs applied and to apply
β˜‘οΈ Customizable Daily Target Field
β˜‘οΈ Parse Resume Document with other extensions
β˜‘οΈ Recommend jobs by matching the resume with open jobs

πŸ”­ Phase 4 WolfTrack 4.0 (Future Scope):

  • Configure Cron-Job for reminder as SMS notification
  • Model improvement of resume analyzer
  • Customization of job recommendations
  • Direct application links to jobs in the recommendation list
  • Online chat with expert
  • Resume template editor

✍️ Contributions

Please refer to the CONTRIBUTING.md if you want to contrbute to the Wolftrack 3.0 source code. Follow all the guidelines mentioned and raise a pull request for the developers to review before the code goes to the main source code.


🀝 Contributors


Nivedita Lodha

Akhil Kumar Mengani


Uma Gnanasundaram


Vamshi Chidara


Neha Kotcherlakota


About

A personal Job-tracker application

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.4%
  • Python 26.7%
  • CSS 12.6%
  • JavaScript 9.1%
  • Dockerfile 0.2%
0