Hi guys. In this lesson, we will talk about client overview. In client side, we will create user interface for our micro services, we will consume our micro services data on the client side with API calls. We will create a course enrollment application on client side. To implement this application, we will go with users. So our first operation will be to create a user account and to log in application.
So first of all, we will create, login and register pates on client side. Our second mission will be to list all courses and all courses should be seen by users. In addition, users can enroll These courses, so courses should have enrollment operation. Also, users can see the details of courses. last operation will be to display details of users. So we will implement profile page for users.
Okay, that's all about user interface operations. Now let's talk about micro services user interface relations. In login registered and profile page, we will go with users so we will need user service operations. To implement these payloads. We will call user Microsoft's in course list page, we will go with curses. So we will need crew service operations.
Okay, that's all about Client overview. Thank you