Are you struggling to track job applications? WolfTrack keep track of them, with all new WolfTrackPlus!!!
Looking for a seamless way to manage your job search? Our Job Application Tracker is your one-stop solution to streamline and organize the entire job application process. No more scattered notes, missed deadlines, or forgotten details – stay on top of your career journey with ease. Say goodbye to the hassle of managing multiple spreadsheets or forgetting important details. With our Job Application Tracker, take control of your job search journey and pave the way for a more organized and successful career transition. Start tracking, start succeeding.
- WolfTrackPlus
- Built with
- Version Tags
- Project Overview
- Getting started
- Third-Party Tools
- Enhancements
- Contact
- Contributors
- Contribution
- License
Build a comprehensive Job-Tracker application.
Keep track of dates, notes, tasks, job details, salaries, locations, and valuable company insights to help users efficiently manage and organize their job application process.
Documentation Dive into the source code and test cases.
User Guide Start using WolfTrack effectively.
GitHub Repository Access the source code and contribute.
-
- Download Python3.x.
-
E.g If you downloaded
Python 3.8.7above, 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 directory)
pip install -r requirements.txt
-
-
To run/test the site locally:
-
Clone WolfTrack github repo.
-
Navigate to project directory.
-
Run
python main.pyorpython3 main.py -
Site will be hosted at:
http://127.0.0.1:5000/
-
- 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.
- Create a RDS server in AWS and make the changes in sql_helper.py
- 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.
- Sign Up Page
- User Interface to signup to the app
- Login Page
- User Interface to login to the Wolftrack app. After successful login, user will be redirected to the Dashboard page
-
Dashboard
-
Job Apply Feature
The job application feature showcases various software engineering positions, presenting pertinent details such as company names and job URLs. Users can browse through the available job listings and apply for positions by accessing the provided job URLs. Clicking on a URL redirects users to the specific job posting, enabling them to proceed with their applications directly on the respective job posting page.
-
- All Job Applications Locations Display
The developed feature entails showcasing all the locations involved in the application process. Utilizing the OpenCage library, we retrieve coordinates corresponding to each location, enabling us to display them accurately on the website's map interface. This functionality allows users to visualize and explore the various application locations seamlessly integrated into the map displayed on the website.
An email is sent when a new account is created, new job application is submitted, or a status change in application.
In case of any issues, please e-mail your queries to shivakandhagatla1999@gmail.com or raise an issue on this repository
Please refer the CONTRIBUTING.md file for instructions on how to contribute to our repository.
This project is licensed under the MIT License.








