- 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)
-
Clone the repository to your local machine:
git clone https://github.com/THOUSI731/Real-Estate-Backend.git cd <project_directory>
-
Create a Virtual Environment:
python -m venv venv #for windows venv\Scripts\activate
-
Install Dependencies:
pip install -r requirements.txt
-
Create SuperUser and Runserver;
python manage.py makemigrations python manage.py migrate python manage.py createsuperuser python manage.py runserver
-
For Api Documentation
http://localhost:8000/swagger/