Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 29

Project Presentation

On
“Job Portal”
PROJECT PRESENTATION

Building an interactive online job


database to be accessed by users
through a website.
Project Description

Job Portal is a one year project focused on


building a dynamic database, which stores
information about the available jobs, seekers’
details and employers’ details.
Project Objectives
The main objectives of the project are :-
To build a user friendly interface (website), that will
allow people to sign up as a member.
 A user interface that allows members to login and
search the database for jobs.
 An administrator authorized employer to post its
new openings (jobs).
 To build a secured and reliable database to store all
information.
Objectives are divided into two phases according to
semesters :

Phase 1

Creating a graphical user interface to allow new


user to sign up.

 Store the seeker information in the database.


Phase 1 contd….

Store the Job details in the database to be


accessed by Seekers.

 Allow registered seekers to login and search


new openings (jobs) posted by employers.
Phase 2

Allow employers to add new job


openings to the database.

 Inform members about new relevant


openings through auto-generated mail.

 Allow Seekers to apply for jobs.


Phase 2 contd…

 Allow Employer to shortlist applicants.

 Normalize the database.


Employee Details/
New Openings
Administrator

Applicant list
Employee Adding details
from
authorized
employee

e sult
c h R
r
Sea n
atio
nform
b er I ery
m u
Me rch Q
Sea
Database

User/Seeker
Technologies

Technologies Used:
ASP .NET
C# (as a programming language).
MS Access (as a test database in Phase 1).
 SQL Server 2005 (to be implemented in Phase 2).

Tools Used:
 Visual Studio 2008 (IDE).
ASP.net
 It is a web application framework developed and marketed
by Microsoft to allow programmers to build dynamic web
sites, web applications and web services.
 It was first released in January 2002 with version 1.0 of the .NET
Framework, and is the successor to Microsoft's Active Server
Pages (ASP) technology. 
 It is built on the Common Language Runtime (CLR), allowing
programmers to write ASP.net code using any supported .NET
language.
 .NET pages, known officially as "web forms", are the main
building block for application development.
 The latest stable release was on April 2010, that is version
4.0.30319.1.
C# (C-Sharp)
 C# is an elegant and type-safe object-oriented language that
enables developers to build a wide range of secure and robust
applications that run on the .NET Framework.
 C# is used to create traditional Windows client applications,
XML Web services, distributed components, client-server
applications, database applications, and much more.
 Microsoft Visual C# 2010 provides an advanced code editor,
convenient user interface designers, integrated debugger, and
many other tools to facilitate rapid application development
based on version 4.0 of the C# language and the .NET
Framework .
Microsoft SQL Server
Microsoft SQL Server is a Structured Query Language (SQL)
based, client/server relational database. Each of these terms
describes a fundamental part of the architecture of SQL Server.

Features :
• Internet Integration
• Scalability and availability
• Enterprise-Level Database feature
• Ease of installation, deployment, and use
• Data Warehousing
About MS Visual Studio 2008
It is an Integrated Development Environment (IDE)
developed by Microsoft.
It supports all Microsoft Technologies like Visual
Basic, Visual C#, Visual C++, ASP.net and MS SQL
Server.
It supports .NET Framework 3.5 and lower.
It is integrated with SQL Server 2008 and 2005.
It can be used to develop Console-Application, GUI-
Application or Web-Application.
An application can be both developed and deployed
using visual studio.
Project

Online Job Portal


Security
Nowadays,
security is a
primary
requirement for
any website
application.
Specially for the
Database.

For this reason


we will implement
the Job Portal in 3-
Tier architecture.
In a 3-tier architecture,
 Presentation Tier (Tier-1)
-- It consists of the Users or the Clients.
 Logic Tier (Tier-2)
-- It contains the Server where the application runs.
 Data Tier (Tier-3)
--It contains the Database.

 A fundamental rule in a 3-Tier architecture is the


Presentation Tier never communicates directly with the Data
Tier; in a 3-Tier model all communication must pass through
the Logic Tier.
Snapshots::
Home
Seeker Login
Seeker Sign Up
Employer Login
Employer Sign Up
Search
Project Guide::

Mr. M. M. Agarwal
Project Prepared By:-
Hukam Chand Meena
 Pankaj Barwar
 Piyush Agal
 Pratyush Parashar
 Rahul Sharma
Thank You

You might also like