Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 348 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 348 Bytes

How to setup the project

create a virtual environment

python3 -m venv venv

activate the virtual environment

source venv/bin/activate

install the dependencies

pip install -r requirements.txt

run the project

python main.py

Access the project on your browser at http://localhost:6001/

enjoy!