Member-only story

Let’s build a beautiful minimalistic website with Flask + Python

Manpreet Singh
3 min readAug 7, 2021

--

Welcome back! As most of you know, Python is an awesome programming language with a ton of capability, one of the things you can do with Python is developing websites, so let’s build a minimalistic website with Flask! Now, this website has already been completely built out and hosted on GitHub, here is a link to this project (make sure to give all of the credit to the original creator):

First off, there are several different files in this folder, we have a screenshots folder, a static folder, a templates folder, a readme file, a app.py file, a portfolio file, a requirements.txt file and a runtime.txt file:

Opening up the requirements.txt file we can see there are several packages we use, start off by installing all of these packages (you can use the install requirements.txt function):

--

--

Manpreet Singh
Manpreet Singh

No responses yet