Skip to content

building a database system for a large franchised real estate company

Notifications You must be signed in to change notification settings

rhythmehta/Real-Estate-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

building a database system for a large franchised real estate company

Topics

Resources

Stars

Watchers

Forks

Languages