This project was bootstrapped with Create React App.
The server is implemented with FastAPI. First, install the dependencies:
pip install fastapi "uvicorn[standard]"
And then, run it:
uvicorn run:app
A server in the localhost:8000
must be created.
The client is implemented usign React and Recharts.
Go to the frontend directory:
cd frontend
Install the dependencies:
yarn install
And run it:
yarn start
Open the browser in localhost:3000
and you must see a chart being updated every second.