diff --git a/README.md b/README.md index 7e5bc48d..02cde3f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

WolfTrack 3.0

+

WolfTrack

[Demo Link](https://drive.google.com/file/d/1Ug-K1hOt9Jbbztuziw2OZFPyBx66PqLx/view?usp=sharing)
[WolfTrack 3.0 Youtube](https://youtu.be/3_JZxAd9lcs) @@ -20,11 +20,12 @@                       --- + # ❓ Why WolfTrack3.0 ❓ -Do you find yourself applying to too many companies and losing track of your time? +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? +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. @@ -33,16 +34,15 @@ WolfTrack 3.0 aids in the planning and organization of job applications in a chr **So, let's go get that job! 😎** --- -## 🥊 Punch Line +## 🥊 Punch Line https://user-images.githubusercontent.com/66715000/144538638-acc75fa1-db5b-49a1-a5d0-9b3bbc79cf89.mp4 - - --- ## 📚 Technology Stack +             @@ -52,25 +52,25 @@ https://user-images.githubusercontent.com/66715000/144538638-acc75fa1-db5b-49a1- -

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

+

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

## 🎛️ Version Control Tools +

- ## 🧰 Tools              ![ezgif com-optimize](https://user-images.githubusercontent.com/32817064/140445992-15af5890-6aa5-48e5-b663-7e6bd1272d26.gif) -- #### We have created an entire CI pipeline which includes all the stages including Code Analysis, Style checkers, Code Coverage, Code Assemble and Docker Image Build, readily available to run the image on any server without manually setting up the environment. +- #### We have created an entire CI pipeline which includes all the stages including Code Analysis, Style checkers, Code Coverage, Code Assemble and Docker Image Build, readily available to run the image on any server without manually setting up the environment. - [Github WorkFlow YAML](https://github.com/nehajaideep/WolfTrack3.0/blob/Group10StableBranch/.github/workflows/main.yml) | [Dockerfile](https://github.com/nehajaideep/WolfTrack3.0/blob/Group10StableBranch/Dockerfile) | [Prettier Code Formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) | [JS-HTML-CSS Formatter](https://marketplace.visualstudio.com/items?itemName=lonefy.vscode-JS-CSS-HTML-formatter) | [Flake8](https://github.com/nehajaideep/WolfTrack23.0/blob/Group10StableBranch/.github/workflows/main.yml) ### Third-Party Tools - [AWS Relational Database Service-RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html) - - 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. + - 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](https://docs.microsoft.com/en-us/power-bi/) - [Highcharts](https://www.highcharts.com/) @@ -78,90 +78,105 @@ https://user-images.githubusercontent.com/66715000/144538638-acc75fa1-db5b-49a1- ## 💻 Getting Started & Installation: - - ### Prerequisite: - - Download [Python3.x](https://www.python.org/downloads/). +- ### Prerequisite: + + - Download [Python3.x](https://www.python.org/downloads/). + +- ### 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](https://github.com/nehajaideep/WolfTrack2.0)) - - ### Installation: - E.g If you downloaded `Python 3.8.7` above, then + `pip install -r requirements.txt` - **Steps to setup virtual environment** - - Create a virtual environment: +- ### Run Instructions - `python3.8 -m venv test_env` - - - Activate the virtual environment: + **To run/test the site locally:** - `source test_env/bin/activate` - - - Build the virtual environment:(must be present in [project root directory](https://github.com/nehajaideep/WolfTrack2.0)) + - Clone [WolfTrack github repo](https://github.com/nehajaideep/WolfTrack2.0). - `pip install -r requirements.txt` + - Navigate to [project directory](https://github.com/nehajaideep/WolfTrack2.0). - - ### Run Instructions + - Run `python main.py` or `python3 main.py`

+ If there is a certificate error coming up for nltk stopwords download:
- **To run/test the site locally:** + - search for "Install Certificates.command" in finder and open it. Its a script that will install required Certificates.
+ - Run the above command again. - - Clone [WolfTrack github repo](https://github.com/nehajaideep/WolfTrack2.0). + - Site will be hosted at: + `http://127.0.0.1:5000/` - - Navigate to [project directory](https://github.com/nehajaideep/WolfTrack2.0). - - - 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. +- ### Application Deployed on a sandbox server + - You can access the application on the url + `https://harshb.pythonanywhere.com/login` + +## 🚢 Run locally using Docker - - 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 - * [Docker Desktop Installation Guide](https://docs.docker.com/get-docker/) + +- [Docker Desktop Installation Guide](https://docs.docker.com/get-docker/) 1. Clone the repository + ``` git clone https://github.com/nehajaideep/WolfTrack3.0.git ``` + 2. Go the the repository + ``` cd WolfTrack3.0 ``` + 3. Run the docker build command + ``` docker build --tag wolftrackv3:1.0 . ``` + 4. Run the built docker image on local Container + ``` docker run -dp 5000:5000 wolftrackv3:1.0 ``` 5. Test the backend application using below api + ``` GET localhost:5000/login Response :- "Login Page will appear" ``` 6. Tag the Deployable image + ``` docker tag wolftrackv2:1.4 akhil/wolftrackv3:1.0 ``` 7. Push the Deployable tagged image to the DockerHub Cloud Image Repository + ``` docker push akhil/wolftrackv3:1.0 ``` 8. Below DockerHub Repository where the readily deployable Image is available -Screenshot 2021-11-04 at 9 38 50 PM + Screenshot 2021-11-04 at 9 38 50 PM --- -[Class/Functions Documentation](https://github.com/nehajaideep/WolfTrack3.0/blob/Group10StableBranch/docs/WolfTrack3.0_Documentation.pdf) +[Class/Functions Documentation](https://github.com/nehajaideep/WolfTrack3.0/blob/Group10StableBranch/docs/WolfTrack3.0_Documentation.pdf) --- @@ -170,6 +185,7 @@ docker push akhil/wolftrackv3:1.0 It is part of the [Github Workflow Build](https://github.com/nehajaideep/WolfTrack2.0/runs/4099439944?check_suite_focus=true) --- + ## 🛤️ Roadmap ### Phase 1 WolfTrack: @@ -191,26 +207,25 @@ It is part of the [Github Workflow Build](https://github.com/nehajaideep/WolfTra - [x] Upload and maintaining resume versions - [x] Send remainder mails for deadlines - [x] Share your profile with others -- [x] Creation of Docker image +- [x] Creation of Docker image - [x] 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
+☑️ 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 +- [ ] Model improvement of resume analyzer - [ ] Customization of job recommendations - [ ] Direct application links to jobs in the recommendation list - [ ] Online chat with expert @@ -219,6 +234,7 @@ It is part of the [Github Workflow Build](https://github.com/nehajaideep/WolfTra --- ## ✍️ Contributions + Please refer to the [CONTRIBUTING.md](https://github.com/nehajaideep/WolfTrack2.0/blob/Group10StableBranch/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. --- diff --git a/templates/find_jobs.html b/templates/find_jobs.html index 52d70cd7..b8207710 100644 --- a/templates/find_jobs.html +++ b/templates/find_jobs.html @@ -24,795 +24,13 @@ type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" > - + -
-
-

Jobs for you

-
-
-
- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CompanyHourly SalaryJob QualificationsResume Match ScoreActions
Two Six Technologies$40/hr + Pursuing a degree in Computer Science, Computer Engineering, + Electrical Engineering, Mathematics, Statistics, or a related field + Familiar with a modern programming language (C/C++, C#, Java, + Python, JavaScript, etc.) Familiar with the software development + life cycle and version control. + 83% + + +
Wayfair$45/hr + You are currently enrolled in a full-time undergraduate degree + program in Computer Science or a related technical field You have a + proven track record of strong academic performance. You may have + experience with full stack and/or mobile development. You may have + knowledge and experience working with object oriented programming + languages. + 75% + + +
Lyft$58/hr + Currently pursuing a degree in Computer Science or a related field, + with a graduation date between December 2024 and June 2025 + (required) Available during Summer 2024 for an internship Strong + knowledge of CS fundamentals Strong knowledge of Swift Excellent + communication skills + 52% + + +
Okta$30/hr + Implement features in a Scrum/Agile environment Design and deploy + high-performance, scalable software features Design, test and deploy + production code Interface with QA, Product Management, Technical + Support, + 41% + + +
diff --git a/templates/main_login.html b/templates/main_login.html index a8a353ca..0515312b 100644 --- a/templates/main_login.html +++ b/templates/main_login.html @@ -63,7 +63,7 @@ -

WolfTrack 3.0

+

WolfTrack 4.0