Full Web Apps with FastAPI Transcripts
Chapter: Setup and following along
Lecture: Git the source code

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Last, but definitely not least you want to make sure you have the source code for this project. Now, we are going to come and just create a new folder
0:09 and create a new file and start writing code from scratch. But there are a couple of things that you're going to need if you want to
0:16 follow along, for example, see where it says data/pypi-top-100 Once we get to the database section,
0:23 we're gonna load up the database with a whole bunch of data that's in JSON format that is going to represent the actual live data on pypi.org.
0:33 In order to get that, you got to get to the GitHub repository or if you want to just jump into, say, chapter five and start working from there,
0:40 we'll have the code that we started with and finished for chapter five. So make sure you get this repo. You're going to clone it for sure.
0:48 If you're not a friend of git, you can just click on that green button where it says code and download it as a zip file, but if you do
0:54 have a GitHub account and you use git frequently. Be sure to star and fork this so you have permanent access to it.
1:01 Once you get this downloaded and cloned or unzipped, you'll be ready to follow along with the course. That's it. If you have Python,
1:07 you've got a decent Python editor and you've got the source code repo, you're ready to take this course. Let's get going.


Talk Python's Mastodon Michael Kennedy's Mastodon