Online Job Portal Python & DJango Source Code

Published March 21, 2021

After completion of the Python course, developer wants to create their own projects to build their confident on project development. This is a simple Python Online Job Portal project which is developed with DJango. This Job portal contains full source code. The core objective of this projects is to create an Online Job portal where Job seekers can search jobs based on location, key skills. Job seekers can apply jobs after registration into job portal. As a HR they can post their job opportunities in this portal to reach more audience.



The Key features of this projects is like below

Admin Features:
HomePage: As a admin you can control overall system with all pages. Job seekers registration, HR registrations, Login details...
Registration: As a Admin you can control the user registrations
Login: As a Admin you can control the user registrations
Manage Job Seekers
Manage HRs

 

Job Seekers Features:

Search Jobs
Apply Jobs online
Signup into Portal
Login into Portal
Manage Profile

 

Follow below steps to Run the Python Online Job Portal Application
Step 1: Download Project
Step 2: Extract Downloaded project
Step 3: Install Python
Step 4: Open Terminal/Command line and navigate to extracted folder
Step 5: Run commands

 

pip install -r requirements.txt
python manage.py runserver

 

This will print below lines on terminal
 

System check identified no issues (0 silenced).
March 21, 2021 - 22:00:54
Django version 2.1.7, using settings 'jobs.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

 

Now open http://127.0.0.1:8000/ in your browser and you will see you Online Job Portal running

 

Python Online Job Portal Source code

 

 

 

 

Related Projects

Library Management System Project in C++

Library Management System Project in Python

 

Tags: Source Code, Python Project, Beginner Projects, Academic Projects

 

Article Contributed By :
https://www.rrtutors.com/site_assets/profile/assets/img/avataaars.svg

4008 Views