Skip to content

alexsukhin/GreenBrick-hacklondon26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proptech ROI Analysis - Green Brick

Full-stack application for analyzing cost-benefit of property energy efficiency upgrades.

  • Backend: FastAPI server for property retrofit analysis
  • Frontend: Clean web interface via HTML, CSS and JavaScript

Devpost

https://devpost.com/software/slao

About Green Brick

Green Brick helps homeowners plan energy efficiency upgrades by turning fragmented data (EPC ratings, property values, planning approvals) into actionable insights.

With Green Brick, users can:

  • See the potential ROI
  • Check feasibility
  • Measure environmental feedback
  • Explore nearby examples

Quick Start

Backend Setup

  1. Navigate to backend directory:
cd backend
  1. Create and activate virtual environment:
# Create venv
python3 -m venv venv

# Activate
source venv/bin/activate
  1. Install dependencies:
pip install -r ../requirements.txt
  1. Run the server:
python main.py

Backend will be running at http://localhost:8000

Frontend Setup

  1. Open a new terminal and navigate to frontend:
cd frontend
  1. Start a simple HTTP server:
python -m http.server 8080
  1. Open your browser to http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors