Create and activate a virtual environment:
cd api
python -m venv .venv
source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtInstall dependencies:
npm installnpm run dev-apiOR
cd api
python app.pynpm run devOpen http://localhost:3000 with your browser to see the result.