Synopsis A
Synopsis A
Synopsis A
Project Proposal on
ONLINE JOB PORTAL
Submitted By
xxxxxxxxxxxxx
Enrollment No.:xxxxxxxxxx
Under the Guidance Of
Mr.xxxxxxxxxxxxx
Bachelor’s
in
Computer Application
September 17, 2023
2 Project Category 4
3 Analysis 6
3.1 DFD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1.1 O Level DFD . . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1.2 1 Level DFD . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.1.3 2 Level DFD . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 ER Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
4 Complete Structure 11
4.1 Module Description . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.2 Data Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.3 Database Design . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.4 Process Logic Diagram . . . . . . . . . . . . . . . . . . . . . . . . 11
4.5 Testing Details . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.6 Report Generation . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5 Tools / Platform 13
6 Project Place 14
1
Chapter 1
1.1 Introduction
Online Job Portal provides the users, ability to register to this application
and search for jobs, apply jobs, manage their accounts. Each and every user
will have an account with their profile. On the other hand, Recruiters those
are willing to publish the jobs for their company to job seekers, can register
to job portal and get their own account created and can post jobs to portal.
Registered Recruiters can add or remove jobs and these jobs can be seen by
various user and they can contact the concern person for the job. Main aim of
the web application is to make a user friendly platform where, applicant can
search jobs and apply job easily and is accessible to everyone who is interested.
The purpose of the application is to provide job portal for job seekers, to submit
their CV and apply for jobs, where Recruiters can select best employers from
available candidate profile.
Existing System:–
The existing system is a manual system of limitations like accuracy, expense,
low speed and efficiency and unformatted outputs. In the existing system, all
data processing is done manually. All the fields and record books are replaced
by software systems when there are a lot of issues such as retrieval and stor-
age of the information and keeping track of them becomes a tedious task. By
implementing a computerized system, the limitation in the present system will
be reduced. Manpower can be reduced and accuracy can be increased to man-
ifold. Consumptions of the time can be reduced by the implementation of the
proposed system.
Proposed System:–
In the proposed system we propose to computerize the existing system activities.
In the existing system, all data processing is done manually. When there are a
lot of issues such as retrieval and storage of the information and keeping track
of them becomes a tedious task. The proposed system is aimed at eliminating
the limitations of existing system via increasing speed of information retrieval,
by increasing processing speed, data security and hence gives accurate reports.
It fully satisfies user needs. Almost all the limitations of the existing system are
reduced in a great manner. Details are stored in various files from which data
can be accessed and manipulated easily.
2
1.2 objectives
Provides the searching facilities based on various factors such as job va-
cancies, job details and Bio data.
Provides facility to apply for job as per the Job Seeker’s choice.
It also manages the Job vacancies, job details, bio data and details.
It tracks all the information of job vacancies, their details and bio data of
job seekers.
Shows all the information and description of vacancies.
3
Chapter 2
Project Category
4
E-commerce Platforms: Building online shopping platforms that use RDBMS
for product catalogs, customer accounts, order processing, and inventory man-
agement.
Healthcare Information Systems: Developing systems for healthcare institu-
tions to manage patient records, appointments, and billing using an RDBMS.
Financial Systems: Creating financial management and accounting software
that relies on an RDBMS to handle transactions, ledger entries, and financial
reporting.
Educational Management Systems: Designing systems for educational in-
stitutions to manage student records, class schedules, and grading using an
RDBMS.
Geographical Information Systems (GIS): Developing GIS applications that
use spatial data stored in an RDBMS to analyze and visualize geographic infor-
mation.
When working on RDBMS projects, it’s important to choose the right database
management system (e.g., MySQL, PostgreSQL, Oracle, SQL Server) based on
your project’s requirements and scalability needs. Additionally, understand-
ing SQL (Structured Query Language) is essential for effectively working with
relational databases.
My Project is web based RDBMS Project and i am using MYSQL as Database
Management Tools.
5
Chapter 3
Analysis
3.1 DFD
3.1.1 O Level DFD
6
3.1.2 1 Level DFD
7
3.1.3 2 Level DFD
8
9
3.2 ER Diagram
10
Chapter 4
Complete Structure
11
Field Name Data Type Allow Null Costraint
Adminid Bigint NOT PK
Password varchar(20) NOT
12
Chapter 5
Tools / Platform
13
Chapter 6
Project Place
14
Chapter 7
15