Hands-On Docker for Microservices with Python
上QQ阅读APP看书,第一时间看更新

Questions

  1. Can you name the characteristics of RESTful applications?
  2. What are the advantages of using Flask-RESTPlus?
  3. Which alternative frameworks to Flask-RESTPlus do you know?
  4. Name the Python package used in the tests to fix the time.
  5. Can you describe the authentication flow?
  6. Why did we choose SQLAlchemy as a database interface for the example project?