back to before
parent
99005cda0d
commit
8a37388aea
@ -1,22 +0,0 @@
|
|||||||
# Flask example
|
|
||||||
|
|
||||||
This is a Flask example that you can use to make web applications.
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
You need to install Flask on your computer (or on the server you are working):
|
|
||||||
|
|
||||||
`$ pip3 install flask`
|
|
||||||
|
|
||||||
## Run the web application
|
|
||||||
|
|
||||||
You can run the example application in different ways, here two examples:
|
|
||||||
|
|
||||||
* `$ python3 app.py`
|
|
||||||
* `$ flask --debug run`
|
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* <https://flask.palletsprojects.com/en/2.2.x/>
|
|
||||||
* <https://pzwiki.wdka.nl/mediadesign/Flask>
|
|
||||||
|
|
Loading…
Reference in New Issue