Database

Populate the Job Descriptions database

In the Django management shell (python manage.py shell), execute:

from init.populate_job_descriptions import load0
load0()

Deployment

Feature roadmap

  1. User login
  2. Upload and Save their resume
  3. Show jobs recommendation
  4. Fuzzy search to search for jobs on their own
  5. Show related jobs if applied to a job
  6. Add/update jobs as admin login