|
1 month ago | |
---|---|---|
static | 2 months ago | |
templates | 2 months ago | |
README.md | 1 month ago | |
TODO.md | 1 month ago | |
app.py | 2 months ago |
This is a Flask example that you can use to make web applications.
You need to install Flask on your computer (or on the server you are working):
$ pip3 install flask
You can run the example application in different ways, here two examples:
$ python3 app.py
$ flask --debug run