pythonbook/real-time-charts-with-fasta.../README.md

575 B

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