pip3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt
npm install
npm run build
./service
Go to... http://localhost:8081
pip3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt
npm install
npm run build
./service
Go to... http://localhost:8081