Demo Link
WolfTrack 3.0 Youtube
β β β β β β β β β β β
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.
β β β β β β β β β β β
So, let's go get that job! π
WolfTrack3.0.mp4
Python | Flask | HTML | CSS | JavaScript | BootStrap | MySQL | AWS
- AWS Relational Database Service-RDS
- The AWS Database is used as a primary DB by the location. The application interacts with the DB and no additional steps are required from the users. For any contributors or future developers, please mail to wolftrackse@gmail.com to get your AWS IAM user account details to connect to AWS RDS.
- Microsft Power BI
- Highcharts
-
- Download Python3.x.
-
E.g If you downloaded
Python 3.8.7
above, thenSteps 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
-
-
To run/test the site locally:
-
Clone WolfTrack github repo.
-
Navigate to project directory.
-
Run
python main.py
orpython3 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.
- search for "Install Certificates.command" in finder and open it. Its a script that will install required Certificates.
-
Site will be hosted at:
http://127.0.0.1:5000/
-
-
- You can access the application on the url
https://harshb.pythonanywhere.com/login
- You can access the application on the url
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
- Clone the repository
git clone https://github.com/nehajaideep/WolfTrack3.0.git
- Go the the repository
cd WolfTrack3.0
- Run the docker build command
docker build --tag wolftrackv3:1.0 .
- Run the built docker image on local Container
docker run -dp 5000:5000 wolftrackv3:1.0
- Test the backend application using below api
GET localhost:5000/login
Response :- "Login Page will appear"
- Tag the Deployable image
docker tag wolftrackv2:1.4 akhil/wolftrackv3:1.0
- Push the Deployable tagged image to the DockerHub Cloud Image Repository
docker push akhil/wolftrackv3:1.0
- Below DockerHub Repository where the readily deployable Image is available
It is part of the Github Workflow Build
- 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
- 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
βοΈ 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
- 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
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.
Nivedita Lodha |
Akhil Kumar Mengani |
Uma Gnanasundaram |
Vamshi Chidara |
Neha Kotcherlakota |