/GP2

Primary LanguageHTML

2023-GP1-6

logo

Table of Contents
  1. About The Project
  2. Getting Started

ABOUT THE PROJECT

Project Title

Hiral

Introduction

Hiral is a job search app that uses AI to match job candidates with job postings. It analyzes a candidate's skills, qualifications, and experience to find the best job matches, saving time and effort for both job seekers and recruiters. Hiral's AI-powered job matching algorithm provides accurate and personalized job recommendations, making the job search process more efficient and effective.

GETTING STARTED

Technology

My Skills My Skills My Skills

Hosting link

http://24.144.86.213/accounts/login/

Login credentials:

job seeker

email: firstcvmohammed@gmail.com

password: Hiralprojectcv1

recruiter

email: atheerh188@gmail.com

password: Rec12121

Launching Instructions

To launch the code using Visual Studio Code, you must do the following:

1- Clone the repository

2- download python from here : https://www.python.org/downloads/

3- Open the Command Prompt/Terminal Open the command prompt (Windows) or terminal (macOS/Linux) on your machine.

4- Navigate to the Project Folder Use the cd command to navigate to the folder where you have downloaded Hiral project. For example:

cd /path/to/your/django/project

5- In the terminal, enter the following command to open your Django project in Visual Studio Code:

code .

This command opens the current directory in VSCode.

6- Close the Machine Terminal Once Visual Studio Code opens with your project, you can close the machine terminal as we will be using the integrated terminal within VSCode.

7- Open the Integrated Terminal in VSCode Click on the “Terminal” tab at the top of Visual Studio Code. A drop-down menu will appear. Select “New Terminal” from the options. This will open the integrated terminal at the bottom of the editor.

image

8- install virtualenv to create a virtual enviroment where we download all tools.

pip install virtualenv

9- Create a virtual enviroment

Python3 -m virtualenv venv

10- Activate the virtual enviroment

venv\scripts\activate

11- Install the requirements

pip install -r requirements2.txt

12- Run server

python manage.py runserver