Currently we are working on job board front end part

You can still use the job board APIs with you any favorite front end library such as Vuejs or React Js


Api end points


Auth

{% url 'jb_login' %}

{% url 'jb_registration' %}

{% url 'jb_candidate' %}

{% url 'jb_send_otp' %}

{% url 'jb_reset_password' %}

Jobs

{% url 'jb_jobs' %}

{% url 'jb_job' 'asdfasfdadf' %}

Job Apply

{% url 'jb_job_apply' %}

Assessments

{% url 'jb_assessments' %}

{% url 'jb_assessment' '123e4567-e89b-12d3-a456-426614174000' %}

{% url 'fetch_question' '123e4567-e89b-12d3-a456-426614174000' %}

{% url 'jb_save_answer' %}