An open API service indexing awesome lists of open source software.

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.

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
```