0% found this document useful (0 votes)
84 views12 pages

Room Finder Management System Project Report

The project entitled “Mero Ghar” is web-based application developed in PHP language which allows user to find the homes and rooms according to their requirement and let them advertise their vacant rooms/house using web browsers. In present scenario customer have to visit different places in search of rooms and the owners of the house also have to make many contacts to get a decent people/family. So, using “Mero Ghar” website customer can search rooms online according to their requirement.

Uploaded by

Kamal Acharya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views12 pages

Room Finder Management System Project Report

The project entitled “Mero Ghar” is web-based application developed in PHP language which allows user to find the homes and rooms according to their requirement and let them advertise their vacant rooms/house using web browsers. In present scenario customer have to visit different places in search of rooms and the owners of the house also have to make many contacts to get a decent people/family. So, using “Mero Ghar” website customer can search rooms online according to their requirement.

Uploaded by

Kamal Acharya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

AN

INTERNSHIP REPORT
ON
ROOM FINDER MANAGEMENT SYSTEM
PROJECT
BY
KAMAL ACHARYA
(Tribhuvan University)

Date: 2023/03/21

1|Page
ABSTRACTION
The project entitled “Mero Ghar” is web-based application developed in PHP
language which allows user to find the homes and rooms according to their
requirement and let them advertise their vacant rooms/house using web browsers.
In present scenario customer have to visit different places in search of rooms and
the owners of the house also have to make many contacts to get a decent
people/family. So, using “Mero Ghar” website customer can search rooms online
according to their requirement. For additional information and deals they can
directly contact to the owner of the house since all the contact details of owner are
displayed in the advertisement along with the room/house detail, which will
definitely save the valuable time of both the searchers and the renters. This website
is developed on 3-tier architecture i.e., frontend, backend and database. HTML,
CSS and JavaScript are used for frontend. PHP and MYSQL are used for backend
and database management respectively. So, this website is developed to help the
people to save their time in searching suitable rooms and co-operative customer.

Keywords: PHP, MYSQL, frontend, backend, searchers, renters;

2|Page
Table of Contents

Acknowledgment..................................................................................................................I

Abstract ........................................................................................................................ II

List Of Figures ...................................................................................................................IV

List Of Tables......................................................................................................................V

1. Introduction .........................................................................................................................1

1.1 Problem Statement........................................................................................................... 1

1.2 Project Objectives.............................................................................................................1

1.3 Significance of the study..................................................................................................1

2. Literature Review................................................................................................................ 2

3. Methodology ....................................................................................................................... 2

3.1. SOFTWARE DEVELOPMENT LIFECYCLE......................................................... 2

3.1.1. ANALYSIS PHASE ..........................................................................................3

3.1.2. DESIGN PHASE ............................................................................................... 3

3.1.3. CODING PHASE .............................................................................................. 3

3.1.4. TESTING PHASE ..............................................................................................3

3.2 TOOLS TO BE USED............................................................................................... 4

4. Task and Time Schedule .....................................................................................................4

5. Conclusion........................................................................................................................... 5

6. Further Works...................................................................................................................... 5

7. System Design..................................................................................................................... 6

7.1 Entity Relationship Diagram............................................................................................ 6

7.2 Data Flow Diagram...........................................................................................................7

7.3 Use-Case Diagram ...........................................................................................................7

8. Bibliography.........................................................................................................................8

9. Appendix ............................................................................................................................. 9

3|Page
List Of Figures
Figure 1: Incremental Model ....................................................................... 3

Figure 2: Entity relationship diagram ........................................................... 6

Figure 3: Data Flow Diagram ....................................................................... 7

Figure 4: UseCaseDiagram............................................................................ 7

List Of Tables
Table 1: Project Task and Time Schedule ...........................................................…4

4|Page
1. Introduction
Mero Ghar is a web-based application that allows user to find the homes
and rooms according to their requirement and let them advertise their vacant
rooms/house using web browsers. Using “Mero Ghar” website customer can search
rooms online according to their requirement. For additional information and deals
they can directly contact to the owner of the house since all the contact details of
owner are displayed in the advertisement along with the room/house detail, which
will definitely save the valuable time of both the searchers and the renters. So, this
website is developed to help the people to save their time in searching suitable
rooms and co-operative customer.

1.1 Problem Statement


Due to continuous flow of people in city areas for job opportunity, study and
many other reasons it has been difficult for people to get a suitable room. It had
been very difficult to find a room in city areas if you don’t know any people in
particular area. So, with the help of “Mero Ghar” website people don’t have to
worry about finding the rooms. They will have many room options in their hand.
Therefore, this website is developed to help those people who face difficulty in
finding rooms. Also, this website provides the contact information of room owner
so that they can directly talk to the owner and make a deal.

1.2 Project Objectives


 To save valuable time of people in finding the rooms.
 To provide variety of rooms option and to help people in getting room
according to their need and budget.
 To help the people who have vacant room to find the renters.

5|Page
1.3 Significance of the Study
The study investigates the need of room finding website. Nowadays people
are compelled to pay whatever their house owner wants them to pay. So, through
this website it will create competition between the owners and we believe there
will be the fixed price range set according to the facility provided in room. More
option gives relief to high rent payers and also to the owners whose rooms stay
vacant for many months due to lack of advertisement.

6|Page
3.Methodology
For this project we will be using incremental model of software process
model, in which whole requirement is divided into various module. In this model,
each module goes through the requirements, design, implementation and testing
phases. Every subsequent release of the module adds function to the previous
release. The process continues until the complete system is achieved .

3.1 SOFTWARE DEVELOPMENT LIFECYCLE


The framework that we planned to incorporate for developing this project
is the Incremental model. This model combines a linear sequential model with the
iterative prototype model. In each increment, new features are added. The phases of
the linear sequential model are Analysis, Design, Coding, and Testing. The software
repeatedly passes through these phases in iteration after delivery of an increment
with progressive changes.

Fig 1: Incremental model

7|Page
3.1.1 Analysis phase: In this phase, requirements to develop the system
will be identified and the system functional requirements will be
understood in order to develop the desired system.

3.1.2 Design phase: In this phase, the outcome of the analysis phase i.e.
SRS (Software Requirement Specifications) would be translated into
system’s design. DFD, E-R diagram, use case diagram will be
developed.

3.1.3 Coding phase: In this phase, coding will be done according to the
system design and the working system will be developed by the end
of the process.

3.1.4 Testing phase: In this phase, the system will be tested. With each
testing, certain changes will be made according to the suggestion.
The change will be applied to the system in successive increment
manner until the satisfactory system is achieved.

3.2 Tools to be used

TOOLS PURPOSE

Sublime Text Editor Official IDE for website development

GitHub Manage Source Code

Testing Suite for connecting apps to an


XAMPP & a Text editor for PHP
external database.

8|Page
4.PROJECT TASK AND TASK SCHEDULE

S. N Task Duration Person


(In days)
1. Requirement analysis and 10 Ashish, Rajan
specification
2. System design 8 Ashish, Rajan
3. Coding 45 Ashish, Rajan
4. Database design 20 Ashish, Rajan
5. Testing and debugging 7 Ashish, Rajan
6. Documentation 20 Ashish, Rajan

9|Page
1.1 E-R diagram

The ER Diagram is a pictorial representation of the overall logical structure of the


system’s database. The ER Diagram of our system is given below.

Fig2: E-R diagram

10 | P a g e
1.2 DFD Diagram

Fig 3: DFD diagram

11 | P a g e
References
[1] Kamal Acharya. Teacher record management system project report. Authorea. August
02, 2024. DOI: https://doi.org/10.22541/au.172261514.46787329/v1
[2] Kamal Acharya. POST OFFICE MANAGEMENT SYSTEM PROJECT
REPORT. Authorea. August 02, 2024.
DOI: https://doi.org/10.22541/au.172261514.44494375/v1
[3] Kamal Acharya. Fruit shop management system project report. Authorea. August 02,
2024.DOI: https://doi.org/10.22541/au.172261514.42227675/v1
[4] Kamal Acharya. Dairy management system project report. Authorea. August 02, 2024.
DOI: https://doi.org/10.22541/au.172261513.39402347/v1
[5] Kamal Acharya. DATA COMMUNICATION AND COMPUTER NETWORK
MANAGEMENT SYSTEM PROJECT REPORT. Authorea. August 01, 2024.
DOI: https://doi.org/10.22541/au.172254873.37480177/v1
[6] Kamal Acharya. School management system project report. Authorea. August 01, 2024.
DOI: https://doi.org/10.22541/au.172254873.34023165/v1
[7] Kamal Acharya. A CASE STUDY OF CINEMA MANAGEMENT SYSTEM
PROJECT. Authorea. August 01, 2024.
DOI: https://doi.org/10.22541/au.172254873.30191075/v1
[8] Kamal Acharya. A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM
PROJECT. Authorea. August 01, 2024
DOI: https://doi.org/10.22541/au.172254872.26972790/v1
[9] Kamal Acharya. Web chatting application project report management
system. Authorea. August 01, 2024.
DOI: https://doi.org/10.22541/au.172254871.18588592/v1

12 | P a g e

You might also like