Run the following commands after cloning

1 Installs python dependancies

pip install -r requirements.txt

2 Run django server

python manage.py runserver

the following routes are available


http://localhost:8000/get-refresh-jobs/
http://localhost:8000/get-companies/
http://localhost:8000/get-tags/
http://localhost:8000/get-locations/
http://localhost:8000/get-filter-job-tag/
http://localhost:8000/get-filter-job-salary/
http://localhost:8000/get-filter-job-created_at/
http://localhost:8000/get-filter-job-location/
http://localhost:8000/get-filter-job-company_name/
http://localhost:8000/get-all-jobs/