Built with Python, Django, HTML/CSS.
You can create a new listing, upload an image of the property, view available listings, edit and delete property listings.
You need to install Django and also Pillow for handling images.
pip install django
pip install Pillow
Then run
python manage.py runserver