Skip to content

thouseef-hamza/Real-Estate-Backend

Repository files navigation

Features

  • Fully Customized APIView
  • Search Based on Many to Many field of Features Table (for Property & Property Units)
  • Tenant and Admin Authentication
  • Optimized ORM Queries
  • Documented API by Swagger (drf-yasg)

Instructions to Run the Code

  1. Clone the repository to your local machine:

    git clone https://github.com/THOUSI731/Real-Estate-Backend.git
    cd <project_directory>
    
  2. Create a Virtual Environment:

     python -m venv venv
     #for windows
     venv\Scripts\activate
    
  3. Install Dependencies:

    pip install -r requirements.txt
    
  4. Create SuperUser and Runserver;

    python manage.py makemigrations
    python manage.py migrate    
    python manage.py createsuperuser
    python manage.py runserver
  5. For Api Documentation

    http://localhost:8000/swagger/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages