Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

ScholliYT/zf-optimize

Repository files navigation

zf-optimize

Build Status Webapp Build Status Orbackend forthebadge

https://www.it-talents.de/foerderung/code-competition/zf-code-competition-11-2019

Docker

Docker-compose

Start all containers:
docker-compose up --build -d

Delete all containers:
docker-compose down --rmi local

Find the WebApp at: https://localhost:443/.
Find the Swagger(orbackend) docs at: http://localhost:5000/.

Tech-Stack

Architecture

system architecture diagram

Optimization Backend

The optimization backend uses Flask + Flask-Restplus as REST-API interface for the optimization logic made with Google OR Tools. Docs on how to run this are located in the wiki.