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.
- 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.
- Backend: Python, Django
- Frontend: HTML, CSS, JavaScript, React, Typescript
- Database: MySql
- Deployment: Docker, Nginx
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/pydevcasts/Real_Estates.git
- Navigate to the project directory:
cd Real_Estates
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python manage.py runserver