#100DaysOfCode in Python Transcripts
Chapter: Days 85-87: Fullstack web apps made easy
Lecture: What app will we build?

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Let's take a look at the app that we're going to build. The app is called HighPoint, kind of like SharePoint but with Python.
0:08 So it's just this knockoff off on a really simple document management application. But you'll see that it's quite involved.
0:15 So here on our homepage, we've got a couple operations. You go view all the documents or create a new document. Here's the most recent ones.
0:23 You can click and see the details. So when it was created, all the info about it, and so on. You go over to all the documents and you could filter.
0:32 For example, one of these has the word atoms in it, that one. Another one has grass-fed request for example.
0:40 So really nice and again you can see the details. And then finally you want to add a new document, you come down here, you pick a category,
0:47 create it, you have validation, all this kind of stuff. So we're going to build this in a really short amount of time.
0:53 And then put it on the internet with a full deployment. How about that? Hopefully you're looking forward to it.
0:59 It's a cool technology and it's going to be a lot of fun.


Talk Python's Mastodon Michael Kennedy's Mastodon