https://www.it-talents.de/foerderung/code-competition/zf-code-competition-11-2019
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/.
- Blazor ASP.NET Core (Frontend)
- Chart.js for Blazor (Frontend Charts)
- SQL Server (Database)
- Docker / Docker Compose (Container)
- Flask / Flask-Restplus (Backend Optimazation API)
- Google OR Tools (Optimazation Framework)
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.