Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 397 Bytes

01-skeleton-flask.md

File metadata and controls

18 lines (13 loc) · 397 Bytes

Create a skeleton Flask service

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