Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.33 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.33 KB

Building a multicomponent Flask app

official JetBrains project License: MIT

This is a course for beginners who want to learn how to build a backend application consisting of multiple microservices with Flask. In this course, you will create an application consisting of two backend components:

  1. A simple API that performs basic CRUD (Create, Read/Retrieve, Update, and Delete) operations on a database.
  2. An API gateway backend that routes client requests.

You will also learn how to deploy your application on Docker using the Docker Compose tool and test it with HTTPie.

Want to know more?

If you have questions about the course or the tasks, or if you find any errors, feel free to ask questions and participate in discussions within the repository issues.

Contribution

Please be sure to review the project's contributing guidelines to learn how to help the project.