Cereberus is a real-time full-stack trading platform that simulates buying and selling of cryptocurrency. Users can register, fund their balance, and place buy/sell orders. A live order book updates instantly using WebSockets, mimicking the experience of platforms like Jupiter Exchange.
- Frontend: React.js, Tailwind CSS, TypeScript
- Backend: Node.js, Express.js, TypeScript, WebSockets
- Communication: REST APIs + WebSockets
git clone https://github.com/your-username/cereberus.git
cd Cereberuscd backend
npm install # Install dependencies
npm run dev # Start backend server at http://localhost:3000cd ../frontend
npm install # Install dependencies
npm run dev # Start frontend on http://localhost:5173- Live order book with instant updates via WebSocket
- Fund and manage user balances
- Place buy/sell limit orders
- Clean UI built with Tailwind CSS