My solution to the challenge from olist.
Clone this project
cd TechStartPro/
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Computer | ASUS X555LF |
S.O. | Debian |
Editor | VSCode |
Python | Flask |
In TechStartPro / on the console activate venv
source env/bin/activate
and start the application
python run.py
in the browser access your localhost on port 5000