calculadora para el mismísimo ingeniero ruiz

Matthew Trejo 2326deb0ca implement light/dark theme 4 dienas atpakaļ
.github c66a6bbfbe hello world 4 dienas atpakaļ
.vscode c66a6bbfbe hello world 4 dienas atpakaļ
__pycache__ 7a0a666d80 implement global price change 4 dienas atpakaļ
instance 7a0a666d80 implement global price change 4 dienas atpakaļ
templates 2326deb0ca implement light/dark theme 4 dienas atpakaļ
.gitignore 5ced2f428e add nav options 4 dienas atpakaļ
README.md c66a6bbfbe hello world 4 dienas atpakaļ
app.py c66a6bbfbe hello world 4 dienas atpakaļ
models.py 7a0a666d80 implement global price change 4 dienas atpakaļ
requirements.txt c66a6bbfbe hello world 4 dienas atpakaļ
routes.py 7a0a666d80 implement global price change 4 dienas atpakaļ
seed.py 7a0a666d80 implement global price change 4 dienas atpakaļ

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.