Final Presentation On Real State Web App
Final Presentation On Real State Web App
Supervised by:
Introduction
Literature Review
App Requirements
Methodology
Diagrams
Future Scope
Conclusion
Introduction:
Past studies concerning the relationship between the Internet and real estate can
be classified into a few dominating themes. One direction is how the Internet has
become and continues to be a very important tool for marketing real estate and
related services. Given below some of the past references of online real-estate.
Rodriquez, Lipscomb and Yancey (1996) identified four different types of real-
estate related sites.
Bond, Seiler, Seiler and Blake (2000) examined the explosive growth of real
estate-related websites .
Similarly, Muhanna (2000) examined how real estate firms adapted to the use of
the Internet and assessed their perceptions regarding its potential.
System Relate With:
Zillow: Founded in 2006, Zillow is the number one real estate search website with over 73
million unique visitors in December 2014, according to the Washington Post (2015). Zillow is
unique because rather than using a database there is a more robust databases of all
properties .
Homefinder: Homefinder is a top national real estate listings site that connects with the MLS
system to show real estate listings. This site is unique because search results are based on
realtors paying for “enhanced listings”.
MRIS Homes: MRIS stands for the Metropolitan Regional Information System and it is one of
the nation’s largest MLS systems, covering the Mid-Atlantic area, including Maryland,
Washington, DC, Northern Virginia
Creig Northrop Team: The Creig Northrop Team is a Long and Foster real estate team in
Maryland and an excellent example of a local real estate office. Creig Northrop is such a
successful agent, that he has his own office with multiple locations and a team of several
agents working under him.
App Requirements
It has these following frontend pages.
Home
About
Listings
Single Listing
Search
Register
Login
Functionalities:
This web app have the following functionalities.
For tackling all the functionality which are described above we will
use VS Code, Terminal Python, Django, PostgresSQL, HTML, CSS,
SASS, Bootstrap, JavaScript and some different packages.
This project is developed as a master’s project and still gives lot of scope for its
extension which could be made to the project if it is going to be developed as
commercial product.
We can use pure object-oriented domain model to deal the database access tier
using VS Code editor. In doing this, we can get a better architecture design which will
improve code efficiency and running performance
The feature of providing Google Maps within this application can adds up to the
functionality of the website. With the advancement of technology, dynamic maps
can be generated which help the buyer can locate a particular area where the
property is located in the Google Map.
Buyer testimonials can also be add in future if the it need it.
Conclusion:
This Real Estate Web App is a typical web application using Django framework,
PostgreSQL database in Python programming language.
It uses a client/server architecture based on the HTTP protocol. It is developed in VS
Code editor in python programming environment.
The buyer performs a search for the property listings by putting either Zip
code/City/State in the search textbox. The business logic tier communicates with the
database tier requesting the results of the query sent by it.
The results obtained by the database are displayed on the data grid, by refreshing
the grid rather than refreshing the entire web page. Efficiency of the application is
improved by the using such a high level framework for web development.
The performance of this application is evaluated by rigorously testing it against
various test scenarios. Some ways in which this system could be enhanced with
additional functionalities are discussed in the section.
Thank you.