A fictional real estate listing platform built entirely with Django. This project includes property listings, agent profiles, contact forms, and a full-featured admin dashboard. It demonstrates both backend logic and server-rendered frontend using Django's templating engine.
- Property listings with images and details
- Search and filter functionality
- Agent information and contact form
- Django admin for content and user management
- Responsive UI using Bootstrap
- Backend & Frontend: Python, Django, Django Templates
- Database: PostgreSQL
- Styling: Bootstrap 4 (served via static files)
git clone https://github.com/MT-dotse/real-estate-app-fullstack.git
cd real-estate-app-fullstack
- Basic Python (lists, dictionaries, functions, conditionals, etc)
- Setup Virtual Environments
- Install & configure Django
- Create Django "apps"
- Postgres Setup (local and remote)
- Schema planning, models & migration
- Admin customization
- Bootstrap integration
- Full search functionality
- User Authentication