WEBVTT

00:03.820 --> 00:04.690
Hey, did everyone.

00:04.780 --> 00:06.820
Thanks here and welcome to the news section.

00:06.860 --> 00:09.790
Now, from here onwards, we are going to be working just on one project.

00:09.790 --> 00:14.750
We have already seen a couple of them, but now it's time that we take up our skill and build one project.

00:14.770 --> 00:19.120
Now, before we go there, I would like to recommend you that in case you have skipped previous some

00:19.120 --> 00:22.660
of the section, now is the good time to go ahead and watch them.

00:22.660 --> 00:28.000
Now again, a lot of your concepts will get much more clearer in the section we are moving ahead now.

00:28.000 --> 00:33.790
So in case you are getting just like 70% or 80% from the last few sections, this will get absolutely

00:33.790 --> 00:35.890
100% from now here onwards.

00:35.890 --> 00:40.540
But in case you have skipped a lot of them, like how we discussed in depth about the images, I won't

00:40.540 --> 00:43.660
be doing that again in this section or upcoming sections.

00:43.660 --> 00:46.120
I wouldn't be discussing them in too much detail.

00:46.120 --> 00:48.460
That's the whole reason why we created the previous section.

00:48.460 --> 00:52.180
So please, I highly recommend to watch the things in the flow.

00:52.270 --> 00:57.430
Now the whole idea from here onwards now is to make things so much easier and to help you to understand

00:57.430 --> 01:02.500
when a big application is being crafted, how it is being crafted, and what things to take care, what

01:02.500 --> 01:05.620
things we can ignore, and how the strategy is being implemented.

01:05.650 --> 01:10.600
You will also get to know that no matter what kind of ecommerce application you are designing, they

01:10.600 --> 01:13.030
have like ridiculous amount of similarities.

01:13.030 --> 01:18.280
Whether you are selling t shirts, whether you are selling your courses, or maybe you are selling just

01:18.280 --> 01:20.500
a food order or a restaurant or anything.

01:20.530 --> 01:24.070
It has a ridiculous amount of similarities going forward.

01:24.100 --> 01:29.260
Everything has a same user flow almost like that, and we just modify what we are calling its product.

01:29.260 --> 01:32.290
It can be an order placed on Zomato or Swiggy.

01:32.290 --> 01:37.240
It can be order placed on to buy a t shirt, or it can be order place to buy a course itself.

01:37.240 --> 01:40.300
So it's really kind of a same thing that we do up here.

01:40.390 --> 01:44.170
Strategies are different, but overall the look and feel are quite similar.

01:44.800 --> 01:50.440
And one of the another goal in mind is to make sure that I give you things so much in easier manner

01:50.440 --> 01:53.050
that it feels like almost repetitive after some time.

01:53.050 --> 01:56.590
And that's where exactly you are going to feel that, okay, now I can do it.

01:56.770 --> 02:01.810
So how we're going to be moving forward again, very importantly, please don't just write code along

02:01.810 --> 02:02.170
with me.

02:02.170 --> 02:04.300
Make sure you understand what I'm saying.

02:04.300 --> 02:08.020
Don't just watch it in 1.5 x or two x, go ahead and watch it.

02:08.020 --> 02:10.240
But please understand what I'm trying to say.

02:10.240 --> 02:12.580
Otherwise you will be just writing the code along with me.

02:12.610 --> 02:14.050
Not that much fruitful.

02:14.080 --> 02:15.820
Okay, so let's move forward.

02:15.820 --> 02:19.270
Let's go ahead and set up a build an ecommerce application.

02:19.270 --> 02:24.040
Now what this ecommerce application is going to be, it's going to be a simple website where we sell

02:24.070 --> 02:24.730
t shirts.

02:24.730 --> 02:25.450
That's it.

02:25.480 --> 02:31.600
Now, this is the problem statement that came up to us that I want to sell t shirts online, keep track

02:31.600 --> 02:33.820
of all the customers and orders that are coming up.

02:33.820 --> 02:39.070
I also want to add new products and keep a check on the stock of the products as well.

02:39.100 --> 02:45.040
Now, further down the road, we have also added that users will be able to post reviews on the t shirts

02:45.040 --> 02:49.600
as well, make sure they they can give their ratings, they can give their comments and a whole bunch

02:49.600 --> 02:50.590
of things like that.

02:50.590 --> 02:55.420
So this is all what we are doing now, discussing with the customer, which is me itself.

02:55.720 --> 03:02.170
We found out that we don't have too many of the categories of the product itself, so we just sell short

03:02.170 --> 03:04.660
sleeve t shirts, long sleeves, sweat and hoodies.

03:04.660 --> 03:05.020
That's it.

03:05.020 --> 03:05.920
These are the four.

03:05.920 --> 03:10.630
But again, by the end of this course, you will have the enough knowledge that in case categories can

03:10.630 --> 03:15.190
be dynamic or it can come up from anything, you will have full knowledge to inject them further down

03:15.190 --> 03:15.760
the road.

03:15.760 --> 03:18.070
So this is all the basics that we have right now.

03:18.070 --> 03:23.860
And what's important is you already have all the basic skills and knowledge that is required to jump

03:23.860 --> 03:24.910
into this project.

03:24.940 --> 03:28.930
Surely there will be a little bit more that we are going to explode in this section.

03:28.930 --> 03:29.980
But you're all set.

03:29.980 --> 03:31.600
You are all ready for that one.

03:31.600 --> 03:33.970
So let's go ahead and first mind map it.

03:33.970 --> 03:36.730
Now, we don't create in it of a project or something like that.

03:36.730 --> 03:41.290
We first mind map that how this project is going to look like a whole lot of discussion that we are

03:41.290 --> 03:41.890
going to do.

03:41.890 --> 03:46.090
And then after that we will move on to create this project initial structure.

03:46.090 --> 03:48.490
So let's go ahead and catch up in the next video.
