The app uses Binance APIs to track spot and futures market data and getting the unusual price movements.
It is written using React + Vite for frontend and Node.js for backend. Node.js v24 is recommended to run.
Frontend works at 3000 port and backend works at 5000 port on local.
To start frontend,
npm install
npm run devTo start backend,
cd backend
npm install
npm start