User Interface Design Final project
git clone https://github.com/codewith-lab/learning-app
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 server.py
Then open http://127.0.0.1:5002 Note: the ending port may differ depending on what ports you have available
Note: your system maybe on python not python3 in that case please switch out python3 for python