Poorva HIREHUB
Poorva HIREHUB
Studies,
Pune.
Project Report
HIRE-HUB
By
Ms. Poorva Arun Chinchore
Project Guide
Prof. Shweta Padale
JSPM’s
JAYAWANT INSTITUTE OF MANAGEMENT STUDIES
(NAAC Accredited – A Grade)
Date: / /2024
Certificate
This is to certify that Ms. Poorva Arun Chinchore is a bonafide student of Jayawant Institute of
Management Studies, Tathawade, Pune has successfully completed the Mini Project ( ITC21) as
prescribed by the Savitribai Phule Pune University in the partial fulfilment of the requirement of
Master of Computer Applications (MCA) Program for the academic year 2023-2024.
Seat No.:
SR.NO. TITLE
1. INTRODUCTION
1.1 Existing system
2. PROPOSED SYSTEM
2.1 Proposed system
1. Hardware Requirements:
Processor: Dual-core or higher
RAM: 3GB or more
Hard Drive: 50MB of free disk space
2. Software Requirements:
Operating System:
The application should be compatible with the following operating
systems:
o Windows 7 or later
o Linux (most modern distributions)
self.fields['title'].widget.attrs.update(
{'placeholder': 'eg : Software Developer',})
self.fields['location'].widget.attrs.update(
{'placeholder': 'eg : Pune',})
self.fields['salary'].widget.attrs.update(
{'placeholder': '4LPA - 8LPA’,})
self.fields['last_date'].widget.attrs.update(
{'placeholder': 'YYYY-MM-DD ',})
self.fields['company_name'].widget.attrs.update(
{'placeholder': 'Company Name',})
self.fields['url'].widget.attrs.update(
{'placeholder': 'https://example.com',})
last_date =
forms.CharField(widget=forms.TextInput(attrs={ 'placeholder':
'Service Name',
'class' : 'datetimepicker1'}))
class Meta:
model = Job
fields = [
"title",
"location",
"job_type",
"category",
"salary",
"description",
"last_date",
"company_name",
"company_description",
"url"
]
def clean_job_type(self):
job_type = self.cleaned_data.get('job_type')
if not job_type:
raise forms.ValidationError("Job Type is required")
return job_type
def clean_category(self):
category = self.cleaned_data.get('category')
if not category:
raise forms.ValidationError("Category is required")
return category
if commit:
job.save()
return job
7. DRAWBACKS AND LIMITATIONS
This system has been developed successfully incorporate all the requirements.
Appropriate care has taken during database design maintain database integrity
and to avoid redundancy of data. This site was developed in such a way that
any further
modifications needed can be easily done. User feels freely while using this
site. In this all technical complexities are hidden. This site is a more user
friendly. The quality fusers like correctness, efficiency, usability,
maintainability, portability, accuracy, errors, tolerance,expandability and
communicatively all are successfully do.
9. BIBLIOGRAPHY AND REFERENCES:
Programming with Apache NetBeans by Apache Software
Foundation
Software Engineering – A Practitioners Approach 7/e, by
Roger S. Pressman.
System Analysis and Design