Focused on Backend 🙂 Leave a star 🌟 if you find it useful 🙂
- Django
- MySQL
-
Clone the repository:
git clone https://github.com/FarzamAliKhan/PropertEase.git
-
Activate Python Virualenv:
pip install virtualenv
python -m venv venv
./venv/scripts/activate
pip install virtualenv
-
Install dependencies:
pip freeze > requirements.txtpip install -r requirements.txt
-
Connect your preferred database:
Kindly check online MySQL/PostGres Django connection, small configuration added in
settings.py
After adding database connection string, migrate database
python manage.py migrate
-
Run the Website:
python manage.py runserver
Create Super user to get access to /admin django panel for database operations
python manage.py createsuperuser
ListingPage is incomplete will push changes later. I have it. Adding properties doesnt work for some reason, to add listings do it from django-admin from /admin.
Suggestions & Contributions are always welcomed, raise an issue or contact me. @FarzamAliKhan
This project is licensed under the MIT License.