Run order (each in its own terminal):
- MongoDB service (systemd):
sudo systemctl status mongod - Express API:
cd api && npm run dev(API listening on http://localhost 3001) - FastAPI run notebook from folder services/
setup.ipynbto install the requirements - FastAPI run notebook from folder sevices/
server.ipynb(Uvicorn running on http://0.0.0.0:8000) - React web:
cd web && npm run dev( Access from browser ➜ Local: http://localhost:5173/)