Hey, welcome to this course, here we want to learn on how to build a microservices project using Docker, Kubernets, Node, React, C++, python. GCP
WHAT IS A MICRO SERVICE PROJECT
To a programmer, a microservice project typically refers to a software architecture pattern where an application is structured as a collection of loosely coupled services. Each service is designed to perform a specific and independent function, communicating with other services through well-defined APIs (Application Programming Interfaces).
that been said, lets go into the lessons below.