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_2.git
- cd Webpage_Tutorial_2
- conda create --name flask_tutorial_2
- pip install -r requirements.txt
- conda activate flask_tutorial_2
- python run.py
Deploy your app to pythonanywhere*
- Part 4: Flask tutorial: How to deploy and publish an app on pythonanywhere (Link)