Presentation is loading. Please wait.

Presentation is loading. Please wait.

MADAN MOHAN MALAVIYA ENGINEERING COLLEGE,GORAKHPUR Submitted by: TANUJA SRIVASTAV (1004214051) Submitted To: Mrs. Meenu Assistant professor CSE Department.

Similar presentations


Presentation on theme: "MADAN MOHAN MALAVIYA ENGINEERING COLLEGE,GORAKHPUR Submitted by: TANUJA SRIVASTAV (1004214051) Submitted To: Mrs. Meenu Assistant professor CSE Department."— Presentation transcript:

1 MADAN MOHAN MALAVIYA ENGINEERING COLLEGE,GORAKHPUR Submitted by: TANUJA SRIVASTAV (1004214051) Submitted To: Mrs. Meenu Assistant professor CSE Department

2  In this increasingly demanding scenario for a platform which could help Property Seekers to have a look at the listings of available properties around the world with all its photographs, necessary, specification and description. Our client needs a web based interface for all Property Seekers and Property Agent/Owners from whole world to buy as well as sell their properties worldwide.  The project that we developed was related with the one of the Property Dealing Organizations in Up. Here we are going to have the details description of the project that is implemented. The primary function of the organization is to satisfy the needs of the Property Agents, Property Owners and Property Seekers

3 There purpose it to attract community of industry professionals including investors, property managers, landlords, appraisers, local and national Property Seekers to select the properties with desired features

4 This Real Estate Web application provides functionalities for both Property Agent/Owner and Property Seeker. The Property Seekers can browse the web site without any security and they can search for houses based on state/city/price/features. Also they can search the houses based on state/city/address. For the Property Agent/Owner, a security issue is added. The Property Agent/Owner needs to create an account in the system and every time he logs in, the previous advertisements posted by him are presented. He can then delete any of these, and he can add new ones.

5  The Property Seeker can search for houses according to detailed information: country/state/city/price/property/bedroom/bathroom/additional features.  The Property Seeker can search for houses by country/state/city/street name.  The website allows being member of it. So a person needs to be registered first in order to be member of World Wide Land.  The results are displayed on multiple pages and the Property Seeker can view the next or previous page.  The results can be sorted and viewed by selecting the sorting item and order (only for WWL members, Optional feature).  When a Property Seeker clicks the link for each listed item, he will be redirected to a page that lists the detail information for this house.

6  A Property Agent/Owner can create an account in the system, and each Property Agent/Owner has a username and a password.  The Property Agent/Owner can log into the system, and his existing advertisements are displayed.  The Property Agent/Owner can delete existing advertisements from the database.  The Property Agent/Owner can add new advertisements and provide the detailed.  Property seeker is able to send feedback about particular property that’s details has been listed on the website.  The website administer can manage details of users as well as properties listed on web.

7  The foremost objective of this project is to provide single global platform to all property owner, agents and seekers to buy and sell their respective properties.  One of the objective of this project is to give a different visualization styles to the Real Estate Website which has more features, attractive animations and all together a new look in contrast to the already existing websites  The next objective of this project “Real Estate Web Application” is to enable the Property Seekers to search for property listings online.  The next objective of this application is to design a feature rich search engine which can make the search of commercial land/properties an easy task.  Registration of the Agents and Property Owner.  Website interface is required in order to provide the users to interact with the properties in an efficient way. The display format must contain all the details about the property.

8 The provided solution will provide complete solution for the client and after this website launching the basic requirements of the Properties can be easily available for Sale and Purchase. Some of the other intangible benefits could be:  Property seeker satisfaction as he is getting all the details about the property.  It is providing a better way to upload the properties to provide a global platform.  Provides single global platform to all property owner, agents and seekers to buy and sell their respective properties.  Give a different visualization styles to the Real Estate Website which has more features, attractive animations and all together a new look in contrast to the already existing websites  Property Seekers can search for property listings online.  A feature rich search engine which can make the search of commercial land/properties an easy task.  Registration of the Agents and Property Owner.  Property Details will be uploaded without any difficulty including the pictures related to the propert y.

9 The scope of World Wide Land is to provide efficient searching of property information from all over the world. World Wide Land is also providing a common global platform for property Seekers, Owners and property Agents.

10 The website is basically dealing with following categories of users.  Agent  Owner  WWL Member  Property Seeker  Administrator

11  Login Module.  Agent/Owner Information Module.  WWL Membership Module.  Property Upload Module.  Property Search Module.  Property Feedback Module.  Property Query Module.  Administrator Module.

12

13

14 E-R DIAGRAM

15 Login module:  This module is responsible for validating agent/owner logins and provides authentication for users of the website. This module consists of following properties and methods: Agent/Owner Information Module:  This module is responsible for managing all user related information whether he/she is an agent or property owner. This module consists of following properties and methods. WWL Membership Module:  This module manages all information related to a each member of World Wide Land.

16 Property Upload Module: This module manages all the tasks related to properties and its main tasks are:  Add property information.  Update property information.  Upload properties images on server.  And Delete property information Property Search Module:  This particular module is used to perform search for properties according to the query fired by the various property seekers those are visiting the website.

17 Property Feedback Module:  This module is responsible for gathering comments and feedback about any property. Property Query Module:  This module is responsible for saving and retrieving any query about any property by the users of the website. Administrator Module: This module is responsible for managing all administrative activities related with the website. It includes following:  User profile management.  Property information management.  & WWL membership management

18 Database Design S NoFields Name Siz eNull/Not NullDatatypeDescription 1userId15Primary Keyvarchar holds unique ID for the agent 2userPasswd20not nullvarchar holds the password for the user 3 hintQuestio n20nullvarchar password forget support 4hintAnswer20 nullvarchar password forget support 5Dob not nulldatetimedate of birth of the user LOGIN INFO TABLE:

19 S NoFields NameSizeNullDatatypeDescription 1userId15PrimaryvarcharUser defined Unique Id 2firstName30not nullvarcharFirst Name of the agent 3lastName30not nullvarcharLast Name of the agent 4description100NullvarcharDescription about the agent 5contactEmail50not nullvarcharAgent Contact email 6contactPhone15NullvarcharAgent Contact Basic phone 7contactMobile15NullvarcharAgent Contact Mobile 8addressLine150not nullvarcharContact address of agent 9addressLine250Nullvarchar 10cityId3not nullintAgent City 11countryId3not nullintAgent Country 12Stated3not nullintAgent country state 12Type15not nullvarcharOwner/Agent Type 13Zipcode10NullvarcharZipcode of the agent 14Doc not nulldatetimeDate of creation of login 15Status10Not nullvarchar Status of agent(active/inactive) AGENT DETAIL DETAIL:

20 STATE DETAIL: S NoFields NameSizeNullDatatypeDescription 1countryId3Not nullIntholds the information country id 2Stated3 primary keyIntholds information about state id 3stateName30not nullVarchar holds the name corresponding to state id

21 CITY DETAIL: S NoFields NameSizeNullDatatypeDescription 1Stated3Not nullIntholds the information about state id 1cityId3 primary keyIntholds information about city id 2cityName30not nullVarchar holds the name corresponding to city id

22 S NoFields NameSizeNull Datatyp eDescription 1 memberId 15PrimaryvarcharMember defined Unique Id 2 firstName 30not nullvarcharFirst Name of the member 3 lastName 30not nullvarcharLast Name of the member 4 description 100NullvarcharDescription about the member 5 contactEmail 50not nullvarcharMember Contact email 6 contactPhone 15NullvarcharMember Contact Basic phone 7 contactMobile 15NullvarcharMember Contact Mobile 8 addressLine1 50not nullvarcharContact address of member 9 addressLine2 50Nullvarchar 10 cityId 3not nullintMember City 11 countryId 3not nullintMember Country 12 Stated 3not nullintMember country state 12 Status 15not nullvarchar Member Status(Active or Inactive) 13 Zipcode 10NullvarcharZipcode of the member 14 Doc not null datetim eDate of creation of login MEMBER DETAILS:

23 HOME PAGE

24 REGISTRATION PAGE

25 SEARCH PROPERTY PAGE

26 UPLOAD PROPERTY PAGE

27 DETAIL PROPERTY PAGE

28 DELETE PROPERTY PAGE

29 SUPPORT QUERY PAGE

30 RESPONSE QUERY PAGE

31 CONTACT US PAGE

32


Download ppt "MADAN MOHAN MALAVIYA ENGINEERING COLLEGE,GORAKHPUR Submitted by: TANUJA SRIVASTAV (1004214051) Submitted To: Mrs. Meenu Assistant professor CSE Department."

Similar presentations


Ads by Google