Skip to content

Commit 6fd7d67

Browse files
committed
tweak wording after pr mattmakai#153
1 parent 8bd051c commit 6fd7d67

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

content/pages/07-web-development/04-flask.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
8484
[tags for each step](https://github.com/mattmakai/choose-your-own-adventure-presentations/releases)
8585
in the blog posts.
8686

87-
* [Microservices with Flask, Docker, and React](https://testdriven.io/) is nice tutoriel to learn how to spin up a reproducible Flask development environment with Docker. It shows also how to deploy it to an Amazon EC2 instance and how to scale the services on Amazon EC2 Container Service (ECS). It covers also test-driven development (TDD) and server-side unit, functional, and integration tests along with end-to-end tests.
87+
* [Microservices with Flask, Docker, and React](https://testdriven.io/)
88+
teaches how to spin up a reproducible Flask development environment with
89+
[Docker](/docker.html). It shows how to deploy it to an Amazon EC2 instance
90+
then scale the services on Amazon EC2 Container Service (ECS).
8891

8992
* This [simple Flask app uses Twilio Voice](https://www.twilio.com/blog/2015/09/warm-phone-call-transfers-with-python-flask-and-twilio-voice.html)
9093
to do voice calling with three participants. It's a fun introduction

0 commit comments

Comments
 (0)