Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 477 Bytes

Stock server

A stock sever for stock-dividend-tracker

The project starts from python-vscode-tutorials

Environment

Python 3

Setup

CMD + Shift + P => Python: Create Environment...

Dev

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