#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.
0:03
The app is called HighPoint,
0:05
kind of like SharePoint but with Python.
0:07
So it's just this knockoff off on a really simple
0:10
document management application.
0:12
But you'll see that it's quite involved.
0:14
So here on our homepage, we've got a couple operations.
0:17
You go view all the documents or create a new document.
0:20
Here's the most recent ones.
0:22
You can click and see the details.
0:24
So when it was created, all the info about it, and so on.
0:28
You go over to all the documents and you could filter.
0:31
For example, one of these has
0:33
the word atoms in it, that one.
0:36
Another one has grass-fed request for example.
0:39
So really nice and again you can see the details.
0:41
And then finally you want to add a new document,
0:43
you come down here, you pick a category,
0:46
create it, you have validation, all this kind of stuff.
0:48
So we're going to build this in a really short amount of time.
0:52
And then put it on the internet with a full deployment.
0:55
How about that?
0:56
Hopefully you're looking forward to it.
0:58
It's a cool technology and it's going to be a lot of fun.