Skip to content

ironor25/Cereberus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ Cereberus

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.


πŸ”§ Tech Stack

  • Frontend: React.js, Tailwind CSS, TypeScript
  • Backend: Node.js, Express.js, TypeScript, WebSockets
  • Communication: REST APIs + WebSockets

πŸ“¦ Installation Guide

πŸ” Clone the Repository

git clone https://github.com/your-username/cereberus.git
cd Cereberus

πŸš€ Start the Backend

cd backend
npm install        # Install dependencies
npm run dev        # Start backend server at http://localhost:3000

πŸ’» Start the Frontend

cd ../frontend
npm install        # Install dependencies
npm run dev        # Start frontend on http://localhost:5173

βœ… Features

  • Live order book with instant updates via WebSocket
  • Fund and manage user balances
  • Place buy/sell limit orders
  • Clean UI built with Tailwind CSS

About

A fast, minimal and powerful trading platform .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors