← back to portfolio
FreeRealEstate
Property listings platform · property.nebularium.space
What it is
FreeRealEstate is a property listings platform I built with Django — a site for browsing and managing property listings, with real-time features and built-in moderation to keep the public site clean.
What's implemented
- Property listing site served by a Django backend
- Real-time features over WebSockets (live chat / notifications)
- Content moderation: abusive and script-like requests are blocked at the proxy
- Static and media files served with long-term browser caching
Technologies
- Django — Python web framework: listings, search and the admin backend
- WebSockets (Django Channels) — real-time features (live chat / notifications)
- PostgreSQL — primary database
- Redis — caching, sessions and background queues
- nginx + Let's Encrypt — reverse proxy, TLS, static/media serving
- Docker — containerized deployment on the VPS
Links
← back to portfolio