Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.49 KB

File metadata and controls

54 lines (36 loc) · 1.49 KB

Ecoverde Real Estate Website

Ecoverde is a real estate website project designed to help users find and view properties available for sale or rent. The website provides an intuitive interface to search, view, and evaluate properties.

Features

  • Property Listings: Browse properties available for sale and rent with detailed descriptions and images.
  • Search Functionality: Search for properties based on various criteria such as location, price, and property type.
  • Property Details: View detailed information about each property, including price, number of bedrooms and bathrooms, and other amenities.
  • Agent Information: Connect with real estate agents and view their listings.
  • Responsive Design: The website is designed to be responsive and accessible on various devices.

Technologies Used

  • HTML: Structure of the web pages.
  • CSS: Styling of the website, including layout and design.
  • Python(djang): Backend logic and server-side functionality.

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

    bash

    git clone https://github.com/mannyebi/ecoverde.git
    
  2. Navigate to the project directory:

    bash

    cd ecoverde
    
  3. Install the required dependencies:

    bash

    pip install -r requirements.txt
    
  4. Run the application:

    bash

    python manage.py runserver
    

update(2025):

  • this project is one of my first django projects and it may be not complete.