Skip to content

This repo is a Django app using REST framework for matching between jobs to candidates based on their skills.

Notifications You must be signed in to change notification settings

Adiso-1/matcher-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Matcher

This repo is a Django app using REST framework for matching between jobs to candidates based on their skills.

Permissions

Admin:

  • username: adi
  • password: 1234

Getting Started

Clone the project from the github repository

git clone https://github.com/Adiso-1/matcher-service.git

Recreate the virtual environment

python -m venv ./venv

Activate the virtual environment

venv/scripts/activate

Install the requirements

pip install -r requirements.txt

Run on loclhost:

python .\manage.py runserver

Example - How to make a job request:

http://127.0.0.1:8000/jobs/candidates_finder/?job=frontend

This query will return a JSON format of the candidates who are suitable for the frontend positions' skills.

About

This repo is a Django app using REST framework for matching between jobs to candidates based on their skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages