real-time-charts-with-fastapi icon indicating copy to clipboard operation
real-time-charts-with-fastapi copied to clipboard

Sample application for the blog "Creating Real-Time Charts with FastAPI"

Creating Real-Time Charts with FastAPI

Sample application for the blog Creating Real-Time Charts with FastAPI

Demo

Go to https://fastapi.ron.sh/ to see this in action.

Build and run

docker-compose build
docker-compose up  # or "docker-compose up -d" to run in detached mode 

Open http://127.0.0.1:5000/ in browser

Author

Ronie Martinez

References