This template is based on python and the flask framework. Here is the full step-by-step guide on how to use it: (Link)
- git clone https://github.com/AntonioBlago/Webpage_Tutorial_4.git
- cd Webpage_Tutorial_4
- conda create --name flask_tutorial_4
- pip install -r requirements.txt
- conda activate flask_tutorial_4
- python helpers/stock.py
- python run.py
Deploy your app to pythonanywhere*
- Part 4: Flask tutorial: How to deploy and publish an app on pythonanywhere (Link)