Case study
Real estate agency website
Real estate agency website with full CRM
01 Task
The agency needed a website where objects were laid out with filters and an application form, and not a business card with just a phone number.
02 Solution
I made a website with a catalog of objects: filters by price, area and type, cards with photos, an application form for viewing. Backend in Python so that objects can be created and updated through the admin panel.
03 Solved tasks
- I made a site-catalog of objects in Python instead of a business card
- Implemented filters by price, region and type
- Added cards with photos and a viewing request form
- Allowed the agent to maintain the directory through the admin panel
- Collected Docker infrastructure and deployed it to the server
04 Result
The client finds an object using filters and leaves a request directly on the website. The agent maintains the catalog itself, without editing the code.