StockFlow is a MERN-stack trading platform inspired by Zerodha. It lets users view real-time stock data, authenticate securely, and simulate transactions. The project is split into three parts: backend, frontend, and an admin dashboard.
🔗 Live demo: https://stocker-1-frontend.onrender.com
backend/— Node.js + Express server: API routes, authentication, JWT handlingfrontend/— React application for the main user interfacedashboard/— Admin dashboard for managing stocks, users, and platform data
- User authentication (login / signup) with JWT tokens
- Persistent login state across sessions
- Live stock market data display
- User portfolio tracking and simulated trading
- Responsive UI for both the user frontend and admin dashboard
- Admin controls to manage stocks and users
- Frontend: React.js, Bootstrap / Tailwind CSS
- Backend: Node.js, Express.js, MongoDB
- Dashboard: React.js + admin UI components
- Hosting: Render / Vercel
git clone https://github.com/VeCtORbytes/StockerNewRepo.git
cd StockerNewRepoInstall dependencies in each part (backend/, frontend/, dashboard/) and start the dev servers:
npm install
npm run dev