calculadora para el mismísimo ingeniero ruiz

Matthew Trejo 23da881c34 add graphs for price comparison 4 dni temu
.github c66a6bbfbe hello world 4 dni temu
.vscode c66a6bbfbe hello world 4 dni temu
__pycache__ 23da881c34 add graphs for price comparison 4 dni temu
instance 23da881c34 add graphs for price comparison 4 dni temu
templates 23da881c34 add graphs for price comparison 4 dni temu
.gitignore 5ced2f428e add nav options 4 dni temu
README.md c66a6bbfbe hello world 4 dni temu
app.py c66a6bbfbe hello world 4 dni temu
models.py 23da881c34 add graphs for price comparison 4 dni temu
requirements.txt c66a6bbfbe hello world 4 dni temu
routes.py 23da881c34 add graphs for price comparison 4 dni temu
seed.py 7a0a666d80 implement global price change 4 dni temu

README.md

Calculadora de Viabilidad Solar

Aplicación web en Flask para calcular la viabilidad de proyectos de energía solar fotovoltaica.

Inicio Rápido

  1. Configurar entorno:

    python -m venv venv
    source venv/bin/activate  # Linux/Mac
    # venv\Scripts\activate   # Windows
    pip install -r requirements.txt
    
  2. Ejecutar:

    python app.py
    

    Accede a http://127.0.0.1:5000.0,15

Estructura

  • app.py: Aplicación principal.
  • models.py: Modelos de datos.
  • routes.py: Rutas.
  • templates/: Vistas HTML.