A stock sever for stock-dividend-tracker
The project starts from python-vscode-tutorials
Python 3
CMD + Shift + P
=> Python: Create Environment...
CMD + Shift + P
=> Python: Select Interpreter
# Use the 'flask --app' option, 'FLASK_APP' environment variable, or a 'wsgi.py' or 'app.py' file in the current directory.
python -m flask --app webapp run