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.
- 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.
- HTML: Structure of the web pages.
- CSS: Styling of the website, including layout and design.
- Python(djang): Backend logic and server-side functionality.
To run the project locally, follow these steps:
-
Clone the repository:
bash
git clone https://github.com/mannyebi/ecoverde.git -
Navigate to the project directory:
bash
cd ecoverde -
Install the required dependencies:
bash
pip install -r requirements.txt -
Run the application:
bash
python manage.py runserver
- this project is one of my first django projects and it may be not complete.