Building Data-Driven Web Apps with Flask and SQLAlchemy Transcripts
Chapter: Setup
Lecture: Git the source code
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
To get the most out of this course
0:01
you should go and get the source code.
0:04
Everything you see me type during this course
0:07
and other stuff that I put in there for you
0:09
will be included in this Github repository.
0:12
So if you want to try out the code
0:14
that we wrote in Chapter Five
0:15
before we changed it for Chapter Six
0:17
that's going to be there.
0:18
So head on over to
0:20
github.com/talkpython/data-driven-web-apps-with-flask
0:24
and star and fork this.
0:25
Star it so you have quick access to it
0:27
and fork it so you have it forever.
0:30
We want to make sure you have all the code
0:31
and all the data you need
0:33
to work on our demo app.