Python-powered chat apps with Twilio and SendGrid Transcripts
Chapter: Creating the Flask Python web app
Lecture: Flask time
Login or
purchase this course
to watch this video and the rest of the course contents.
0:02
Welcome to another day of software development at the Cloud City Cake Company.
0:05
It's time that we turn our attention to Python and Flask.
0:09
In this chapter, we're going to build a basic flask application going to create an
0:13
http JSON Endpoint that will allow us to plug that into the twilio flow, when an
0:19
order is finalized and confirmed by the user.
0:21
We're going to receive all that information that we've gathered up in Twilio studio and send
0:27
that over to our python application to save it to the database,
0:30
to send them a receipt to kick off the actual baking of the cake with our
0:34
admin backend all that kind of stuff.
0:37
So been waiting for your python?
0:39
It's time to get it on.