You need a Python environments first.
python3 -m pip install -r requirements.txt
You need a Firebase Credential and place it under api/
folder.
Run the commands.
cd api
flask run -h 0.0.0.0 -p 8080
Run the command
cd app
npm install
npm run dev