This repo contains an implementation of reactflow with vite and a fastapi backend
- Get docker with docker compose ready
- Run
sudo nano /etc/hostsand add127.0.0.1 reactflow-example.comto the file - Run
docker compose up -dto start everything, this includes an nginx server, the fastapi backend and the vite frontend - Visit
http://reactflow-example.comto see the app