Microservices with Docker, Flask, and React

Microservices with Docker, Flask, and React

English | 2019 | 577 Pages | PDF | 44 MB

By the end of this part, you will be able to:

  • Develop a RESTful API with Flask and Python
  • Practice Test-Driven Development
  • Configure and run services locally with Docker
  • Utilize volumes to mount your code into a Docker container
  • Run unit and integration tests inside a Docker container
  • Enable services running in different containers to talk to one another
  • Work with Python and Flask running inside a Docker container
  • Run both Nginx and Gunicorn in front of Flask
  • Deploy Flask, Nginx, Gunicorn, and Postgres to an Amazon EC2 instance