Flask-Blog-Tutorial
Learning how to use Flask with python
How to run
- Install version 1.x , 2.x , or 3.x of Python
- Open Terminal(cmd), migrate to the source folder
- Install flask by typing: pip install flask
- Install flask-wtf by typing: pip install Flask-WTF
- Install flask-sqlalchemy by typing: pip install flask-sqlalchemy
- Make sure the flask blog python file is in the source folder
- In terminal type: set FLASK_APP=flaskblog.py , press enter
- In terminal type: set FLASK_DEBUG=1
- In terminal type: flask run, press enter
- In the web browser, type the ip address and the port of the flask project