1
00:00:01,240 --> 00:00:05,560
Hey guys, welcome to day 70 of 100 Days of Code.

2
00:00:06,400 --> 00:00:13,180
Now, today is a crucial time point in our journey of learning to build websites because we're finally

3
00:00:13,180 --> 00:00:18,130
going to be publishing our Flask website onto the Internet.

4
00:00:19,220 --> 00:00:25,850
And in order to do this, we're going to be using the help of a number of tools, including Git and

5
00:00:25,850 --> 00:00:34,610
GitHub, Heroku and also something called gunicorn. And with their powers combined, we'll end up with

6
00:00:34,610 --> 00:00:39,170
our website being hosted live on the Internet with 

7
00:00:39,170 --> 00:00:41,930
URL that we can share to anybody in the world

8
00:00:42,200 --> 00:00:49,250
and they'll be able to go and access and use our blog website that we've spent so long building and

9
00:00:49,250 --> 00:00:49,940
perfecting.

10
00:00:51,350 --> 00:00:58,460
And you'll even be able to load it up on your phone and see it in its full glory.

11
00:00:59,040 --> 00:01:05,780
And along the way, we're going to learn about version control using a technology called git.

12
00:01:06,440 --> 00:01:13,190
And also we're going to be upgrading our database from something that is more suited to development

13
00:01:13,190 --> 00:01:14,630
which is SQLite,

14
00:01:15,050 --> 00:01:21,220
and we're going to be taking that to the next step, making it production ready using PostgreSQL.

15
00:01:23,630 --> 00:01:25,430
So that's all yet to come.

16
00:01:25,670 --> 00:01:31,820
So if you head over to the next lesson, let's get started by learning about Git and version control.

