Gesina-API uses gunicorn to run. You can follow this steps:
pip install pipenv
pipenv install --dev
gunicorn --pythonpath src src.app:app
Run unit tests with: pipenv run pytest test
Linter check with: pipenv run black --check .
See INSTALL_WINDOWS.
To use the host services, you can access trough 10.0.0.2.