A sample app with a Python Flask backend and a React.js frontend that sets up highlight full stack observability.
cd frontend
yarn
yarn dev
cd backend
poetry install
poetry run flask --app src.main run -h 0.0.0.0 --port 5001
The example backend + frontend are deployed at https://python-flask-react-frontend.onrender.com