Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 2.36 KB

README.md

File metadata and controls

85 lines (67 loc) · 2.36 KB

🏠 Proptee

Real Estate Management Website

Proptee is an online real estate management platform that facilitates the process of buying, selling, and renting properties between real estate agents and potential buyers.

SBD Group E5:
    - Cecilia Inez Reva Manurung          - 2106636994
    - Muhammad Najih Aflah                - 2106653880
    - Prima Shalih	                  - 2106636962

Power Point

Link PPT Presentasi

Features

  • User Registration and Login
  • Property Search & Filters
  • Property Listing and Sales
  • Agent Management Tools

Explanation of Tables in the Program

1. Users

The Users table is used to store the data of the User on the website. This table has several attributes, including:

1. User_ID
2. Email
3. Username
4. Password

2. Agent

The Agent table is used to store the data of the Agent on the website. This table has several attributes, including:

1. Agent_ID
2. Email
3. Username
4. Password

3. Properties

The Properties table is used to store the data of the Property on the website. This table has several attributes, including:

1. Property_ID
2. Description
3. Address
4. Size
5. Price
6. Room_Number
7. Bathroom_Number
8. Agent_ID
9. Status (Sell/Rented)

4. Transactions

The Transactions table is used to store the data of the Transactions on the website. This table has several attributes, including:

1. Transactions_ID
2. Name
3. User_ID
4. Agent_ID
5. Property_ID
6. Status (Sell/Rented)
7. Transactions_Date
8. Price

Relation Table and UML Diagram View

Table Relational or ERD: ERD

UML: UML

Flowchart View

Flowchart Flowchart