This is a real estate app built using Django 4
Install the following prerequisites:
From the root directory run:
pip install -r requirements.txt
From the root directory run:
python manage.py runserver
Go to http://localhost:8000/ to view the application.