slape / devops-workshop-2020

DevOps Workshop for Software Engineers 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a skeleton Flask service

slape opened this issue · comments

commented

As a: Service Provider
I need: a minimal Flask service
So that: my developers have a starting point to add code

Assumptions:

  • Only the root / URl needs to be defined
  • Call it app.py for now

Acceptance Criteria:

Given I have a skeleton Flask app
When I call the / URL
Then I should see "Hello from Flask" returned