calculadora para el mismísimo ingeniero ruiz

Matthew Trejo 2904eb2cca add how it works 3 dni temu
.github c66a6bbfbe hello world 3 dni temu
.vscode c66a6bbfbe hello world 3 dni temu
__pycache__ 2904eb2cca add how it works 3 dni temu
instance 2904eb2cca add how it works 3 dni temu
templates 2904eb2cca add how it works 3 dni temu
.gitignore 5ced2f428e add nav options 3 dni temu
README.md c66a6bbfbe hello world 3 dni temu
app.py 2904eb2cca add how it works 3 dni temu
design.md 4401f8beff lets add a crud for houses fuck it 3 dni temu
models.py 4401f8beff lets add a crud for houses fuck it 3 dni temu
requirements.txt c66a6bbfbe hello world 3 dni temu
routes.py 2904eb2cca add how it works 3 dni temu
seed.py 4401f8beff lets add a crud for houses fuck it 3 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.