tonylixu / python-property-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a simple real estate application that allows an agent to manage properties available for purchase or rent.

The agent needs to be able to enter a few relevant details about new properties, list all currently available properties, and mark a property as sold or rented.

Type of Properties

House and apartment

Python Module Requirements

  • tox

To Start a Virtual ENV

$ python -m venv property-app-test
$ source property-app-test/bin/activate
$ (property-app-test) ➜  python-property-app git:(add-instructions-for-venv)
# To deactivate
$ deactivate

About

License:Apache License 2.0


Languages

Language:Python 100.0%