calculadora para el mismísimo ingeniero ruiz

Matthew Trejo 7a0a666d80 implement global price change 4 дней назад
.github c66a6bbfbe hello world 4 дней назад
.vscode c66a6bbfbe hello world 4 дней назад
__pycache__ 7a0a666d80 implement global price change 4 дней назад
instance 7a0a666d80 implement global price change 4 дней назад
templates 7a0a666d80 implement global price change 4 дней назад
.gitignore 5ced2f428e add nav options 4 дней назад
README.md c66a6bbfbe hello world 4 дней назад
app.py c66a6bbfbe hello world 4 дней назад
models.py 7a0a666d80 implement global price change 4 дней назад
requirements.txt c66a6bbfbe hello world 4 дней назад
routes.py 7a0a666d80 implement global price change 4 дней назад
seed.py 7a0a666d80 implement global price change 4 дней назад

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.