agcy1210 / real-estate-project

This is a real estate webapp made using Django Framework of Python

Home Page:https://agcyestate.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Estate Project

agcyestate is the real estate webapp where where listings with detailed information for each are shown.

Installation (Mac and Linux)

Clone the repo and then run the following commands.

  • Create a virtual environment
python3 -m venv ./venv
  • Activate virtual environment
source ./venv/bin/activate
  • Install all the required packages
pip3 install -r requirements.txt

Installation (Windows)

Clone the repo and then run the following commands.

  • Create a virtual environment
python -m venv ./venv
  • Activate virtual environment
venv/Script/activate
  • Install all the required packages
pip install -r requirements.txt

Usage

  • Mac and Linux
python3 manage.py runserver
  • Windows
python manage.py runserver

Contributing

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

About

This is a real estate webapp made using Django Framework of Python

https://agcyestate.herokuapp.com


Languages

Language:CSS 55.6%Language:JavaScript 27.6%Language:HTML 10.6%Language:Python 6.2%