activate your environment for testaug
first, you need to download the library flask
pip3 install Flask
commands: to start the web application, you need to specify the flask folder. Our folder will be testaug (command at the bottom): export FLASK_APP=testaug if export doesn't work in your console use this command: set FLASK_APP=testaug
then to run a web application use command at the bottom: flask run
To stop the web application press CTRL+C