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:
- A simple API that performs basic CRUD (Create, Read/Retrieve, Update, and Delete) operations on a database.
- 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.
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.
Please be sure to review the project's contributing guidelines to learn how to help the project.