My template project with
Backend sever : Flask
Frontend framework : Vue 3
UI toolkit : Bootstrap 5
http requests: Axios
These instructions will show you how to use Flask to start a server and create a Vue(CDN) project
python : 3.10.7
node : v16.17.1
Create a python virtual environments (venv)
python -m venv venv
Activate the environment
. venv/bin/activate
Download the python package using the requirements.txt file
pip install -r requirements.txt