Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 668 Bytes

File metadata and controls

21 lines (20 loc) · 668 Bytes

Real-Estate-Database

building a database system for a large franchised real estate company

Feature: You can retreive monthly reports

Run locally

  1. Clone repo
  2. Load Terminal from root directory, and type following commands
  3. Create and activate virtual environment
name@Desktop/Real-Estate-Database ~ % python3 -m venv .venv
name@Desktop/Real-Estate-Database ~ % source .venv/bin/activate
  1. Install dependencies
(.venv) name@Desktop/Real-Estate-Database ~ % pip install -r requirements.txt
  1. Launch app
(.venv) name@Desktop/Real-Estate-Database ~ % python3 serve.py
  1. Report will output in the terminal