MgenGlder / Minigrid-Sizing-Tool

Home Page:https://complete-jammie-renewvia-34366fad.koyeb.app/

Repository from Github https://github.comMgenGlder/Minigrid-Sizing-ToolRepository from Github https://github.comMgenGlder/Minigrid-Sizing-Tool

MiniGrid Sizing Tool

A quick lil' utility.

A simulator and optimizer for Solar Mini Grids.

Table of Contents

  1. Getting Started

Getting Started


Setting Up The Backend

Spin up a Python virtual environment.

python -m venv .venv

Then activate the environment.

. .venv/bin/activate

Then run the Python server.

flask --app app run

or

gunicorn app:app

About

https://complete-jammie-renewvia-34366fad.koyeb.app/


Languages

Language:Python 83.1%Language:Procfile 16.9%