Install the dependencies (open your Vscode terminal):
pip install -r requirements.txt- To run locally, either run from the IDE or use the following command on your terminal
python app.py
- Look at the OUTPUT menu bar and find
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. Running on http://127.0.0.1:5000 - Ctrl + Click on the link or just open in browser
http://127.0.0.1:5000