Python-powered Chat Apps with Twilio and SendGrid Transcripts
Chapter: Creating the admin backend for Flask
Lecture: Intro to admin backend
Login or
purchase this course
to watch this video and the rest of the course contents.
0:03
People are getting excited about what we're building. We've been given the go ahead to push this whole app into production.
0:10
People are believing it, and it's time to start adding the final features.
0:14
The big outstanding one that we really have to focus on now is building the admin back end. We have accepted the orders through our API,
0:21
and we saved them to the database. But how would the Bakers know that the order is here to be baked?
0:26
How will the customers get notified that their orders done? How will the Bakers tell them all these things are going to be handled by this
0:32
admin backend that we're going to build in flask? Let's show everyone at cloud city cake company, what we can build and put a
0:39
cool UI admin back end in place for them.