Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhisaphire/django-realestate-webapp

Online Property Booking System
https://github.com/abhisaphire/django-realestate-webapp

abhisaphire django-project psycopg2 real-estate web-application

Last synced: 2 days ago
JSON representation

Online Property Booking System

Awesome Lists containing this project

README

        

# Django-RealEstate-WebApp

![GitHub issues](https://img.shields.io/github/issues/AbhiSaphire/Django-RealEstate-WebApp?style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/AbhiSaphire/Django-RealEstate-WebApp?style=for-the-badge)

## Requirements

  • Django==2.2.10

  • Pillow==5.2.0

  • psycopg2==2.7.5

  • psycopg2-binary==2.7.5

  • pytz==2018.5
  • ## Installation

  • Create a virtual environment

  • Install requirements.txt file in your environment

  • Use the package manager [pip](https://pip.pypa.io/en/stable/) to install requirements file.
  • ```bash
    pip install -r requirements.txt
    ```

    ## Usage

    ```bash
    python3 manage.py makemigrations
    ```

    ```bash
    python3 manage.py migrate
    ```

    ```bash
    python3 manage.py runserver
    ```

    ## NOTE
    For detailed working and specification of this project check ProjectReport.

    ## Contributing
    Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

    Please make sure to update tests as appropriate.

    ## License
    [MIT](https://choosealicense.com/licenses/mit/)