Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 578 Bytes

File metadata and controls

30 lines (24 loc) · 578 Bytes

solarcalculator

  • a flask app that given a google maps pin point finds the roof
    • calculates the roof size
    • give approximate solar installation capacity & cost

Tech stack

  • python flask server
  • react
  • heroku

Folder structure

- solarcalculator/
    - backend/
        - Procfile
        - requirements.txt
        - run.py # local testing
        - app/
            - __init__.py
            - config.py
            - extensions.py
            - models/
            - routes/
            - services/
            - utils/
    - frontend/ # next js