Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.34 KB

Real Estate Project

Overview

The Real Estate project is a web application designed to facilitate property sales and rentals. It features a dedicated dashboard for property owners to list various offerings, including villas and suites, and provides users with different subscription plans to enhance their experience.

Key Features

  • User Dashboard: A dedicated interface for managing property listings.
  • Property Listings: Owners can easily list and showcase properties.
  • Subscription Plans: Options include silver, bronze, and gold, each with unique benefits.
  • Enhanced Visibility: Increased advertising opportunities for real estate professionals.
  • Increased Inquiries: The platform has led to a 25% rise in property inquiries.

Technologies Used

  • Backend: Python, Django
  • Frontend: HTML, CSS, JavaScript, React, Typescript
  • Database: MySql
  • Deployment: Docker, Nginx

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/pydevcasts/Real_Estates.git
  2. Navigate to the project directory:
    cd Real_Estates
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Run the application:
    python manage.py runserver