https://github.com/kiannaquines/fast-api-nextjs-realtime-chart
A realtime chart using recharts, fastapi, nextjs, and python.
https://github.com/kiannaquines/fast-api-nextjs-realtime-chart
Last synced: 3 months ago
JSON representation
A realtime chart using recharts, fastapi, nextjs, and python.
- Host: GitHub
- URL: https://github.com/kiannaquines/fast-api-nextjs-realtime-chart
- Owner: kiannaquines
- Created: 2024-07-12T13:58:13.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-12T14:43:04.000Z (11 months ago)
- Last Synced: 2025-01-12T00:16:46.278Z (5 months ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Guide
For NextJS app run using this command:
```
npm run dev
```For fastapi app run using this command:
```
python main.py
```