calculadora para el mismísimo ingeniero ruiz

Matthew Trejo c66a6bbfbe hello world 3 napja
.github c66a6bbfbe hello world 3 napja
.vscode c66a6bbfbe hello world 3 napja
__pycache__ c66a6bbfbe hello world 3 napja
instance c66a6bbfbe hello world 3 napja
templates c66a6bbfbe hello world 3 napja
README.md c66a6bbfbe hello world 3 napja
app.py c66a6bbfbe hello world 3 napja
models.py c66a6bbfbe hello world 3 napja
requirements.txt c66a6bbfbe hello world 3 napja
routes.py c66a6bbfbe hello world 3 napja
seed.py c66a6bbfbe hello world 3 napja

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.