https://github.com/highlight/flask-react-example
A sample app with a Python Flask backend and a React.js frontend that sets up highlight full stack observability.
https://github.com/highlight/flask-react-example
Last synced: 3 months ago
JSON representation
A sample app with a Python Flask backend and a React.js frontend that sets up highlight full stack observability.
- Host: GitHub
- URL: https://github.com/highlight/flask-react-example
- Owner: highlight
- License: apache-2.0
- Created: 2023-09-12T23:35:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T23:16:40.000Z (11 months ago)
- Last Synced: 2025-09-17T13:29:42.879Z (3 months ago)
- Language: TypeScript
- Size: 2.08 MB
- Stars: 1
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-react-example
A sample app with a Python Flask backend and a React.js frontend that sets up highlight full stack observability.
## Video Overview
1. [Setting up Frontend and Backend monitoring](https://www.loom.com/share/Flask-ReactJS-Full-Stack-Instrumentation-3c27f858c43d4412811f765c41ed6869)
2. [Connecting the Frontend to the Backend](https://www.loom.com/share/Flask-with-ReactJS-Frontend-Setting-Up-Cohesion-1b41956c10014c5ea87c0267686ec51f)
## Running the app
### Frontend
1. `cd frontend`
2. `yarn`
3. `yarn dev`
### Backend
1. `cd backend`
2. `poetry install`
3. `poetry run flask --app src.main run -h 0.0.0.0 --port 5555`
## Deployed Example
The example backend + frontend are deployed at https://python-flask-react-frontend.onrender.com