Create and activate a virtual environment:
cd api
python -m venv .venv
source .venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Install dependencies:
npm install
npm run dev-api
OR
cd api
python app.py
npm run dev
Open http://localhost:3000 with your browser to see the result.