Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 695 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 695 Bytes

MVC Flask Dash

Introduction

This repository provides resources allowing to test, build, and publish a Python Flask based Web application relying on the MVC model.

Getting started

The .env file contains the required the component adressing and associated credentials. Run the following command to copy from the example file provided in this repository.

cp -v ./.env.example ./.env

Run the Docker stack

docker-compose up -d --build

Access the Web application at http://localhost:55000.

Testing

Application components can be tested individually using pytest.

pytest tests/integration/test_a_model.py