DA
darpan-jain/Flask
Web apps using Flask and Python
Creating web applications with Python and Flask
Requirements:
- Python3
- Flask
pip3 install flask
Usage:
-
Clone the repository
-
Open terminal and type
flask run -
This is displayed in the terminal...
* Environment: production
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
- Click on the link to open your webpage in the browser.