1
00:00:00,570 --> 00:00:06,450
Let's see how we are going to start to develop this application.

2
00:00:06,750 --> 00:00:11,850
How to build an application depends on users preference.

3
00:00:11,910 --> 00:00:18,420
One might say that for me, I would like to develop the entire API first.

4
00:00:18,450 --> 00:00:23,920
Then the person will connect the front end into it all.

5
00:00:23,970 --> 00:00:26,580
After developing a single API.

6
00:00:26,610 --> 00:00:31,680
For example users, then the person will connect the front end into it.

7
00:00:31,680 --> 00:00:33,920
That is back and forth.

8
00:00:33,930 --> 00:00:43,350
But this is how I like to develop an application and that is I would develop the entire API first and

9
00:00:43,350 --> 00:00:46,410
then I'll connect the front end.

10
00:00:46,410 --> 00:00:48,810
And this I might resist.

11
00:00:48,840 --> 00:00:57,960
Point number one is that when I go by the way, a student will have the clear picture between front

12
00:00:57,960 --> 00:01:05,280
end technologies and then the back end technologies and how they correlate or work together.

13
00:01:05,550 --> 00:01:14,070
Point number two is that a student might be interested in developing the API only without caring about

14
00:01:14,070 --> 00:01:21,170
the front end, because for front end the person might be interested in using whether React Angular

15
00:01:21,240 --> 00:01:22,190
or view.

16
00:01:22,200 --> 00:01:28,230
And then the other part might be interested how to consume the API.

17
00:01:28,320 --> 00:01:32,090
So this is a pattern that we are going to use.

18
00:01:32,100 --> 00:01:42,450
So after I finished developing the API, we can use HTML to consume the API or we can use React or Vue

19
00:01:42,450 --> 00:01:43,770
or Angular.

20
00:01:43,830 --> 00:01:53,610
And in this course we have a section where we talk about merchant stock by using React consume APIs

21
00:01:53,670 --> 00:01:59,940
where we developed a complete build tracker or expenses tracker application.

22
00:02:00,060 --> 00:02:06,510
But for this section we are going to use HTML to consume the API.

23
00:02:06,630 --> 00:02:09,600
All right, let's get into that in the next video.

