Skip to content

Repository files navigation

Welcome to PropertEase 👋 - Mock Django Real Estate Platform with CRUD (MYSQL)

Focused on Backend 🙂 Leave a star 🌟 if you find it useful 🙂

Technologies Used 💻

  • Django
  • MySQL

Usage 🚀

  1. Clone the repository:

    git clone https://github.com/FarzamAliKhan/PropertEase.git
  2. Activate Python Virualenv:

     pip install virtualenv
     python -m venv venv
     ./venv/scripts/activate
     pip install virtualenv
  3. Install dependencies:

    pip freeze > requirements.txt
    pip install -r requirements.txt
  4. 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 
  5. Run the Website:

    python manage.py runserver

    Create Super user to get access to /admin django panel for database operations

    python manage.py createsuperuser 

NOTE:

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.

Contributions 🤝

Suggestions & Contributions are always welcomed, raise an issue or contact me. @FarzamAliKhan

License 📒

This project is licensed under the MIT License.

About

CRUD Real Estate APP - built with DJANGO

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages