File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,10 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
8484
8585* [ Microservices with Flask, Docker, and React] ( https://testdriven.io/ )
8686 teaches how to spin up a reproducible Flask development environment with
87- [ Docker] ( /docker.html ) . It shows how to deploy it to an Amazon EC2 instance
88- then scale the services on Amazon EC2 Container Service (ECS).
87+ [ Docker] ( /docker.html ) . It shows how to [ deploy] ( /deployment.html ) it to an
88+ Amazon EC2 instance then scale the services on Amazon EC2 Container Service (ECS).
89+ The [ Flask Blueprints] ( https://testdriven.io/part-one-flask-blueprints ) page
90+ is particularly handy for learning how to structure a large Flask project.
8991
9092* [ The Flask Extensions Registry] ( http://flask.pocoo.org/extensions/ ) is a
9193 curated list of the best packages that extend Flask. It's the first location
You can’t perform that action at this time.
0 commit comments