https://github.com/lildibbb/crypto_trading
A full-stack crypto trading bot application built with modern web technologies. This project leverages React, FastAPI, and PostgreSQL to provide a seamless experience for users.
https://github.com/lildibbb/crypto_trading
Last synced: 9 months ago
JSON representation
A full-stack crypto trading bot application built with modern web technologies. This project leverages React, FastAPI, and PostgreSQL to provide a seamless experience for users.
- Host: GitHub
- URL: https://github.com/lildibbb/crypto_trading
- Owner: lildibbb
- Created: 2025-02-07T15:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:09:19.000Z (over 1 year ago)
- Last Synced: 2025-02-17T14:36:12.937Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto_trading# Crypto Trading Bot 🚀
A full-stack crypto trading bot application built with modern web technologies. This project leverages **React**, **FastAPI**, and **PostgreSQL** to provide a seamless experience for users.
---
## 🚀 Tech Stack
### Frontend 💻:
- **TypeScript** 📝
- **React** ⚛️
- **Vite** ⚡️
- **TanStack Router** 🛣️
- **ShadCNUI** 🎨
- **RechartJS** 📊
### Backend 💻:
- **FastAPI** ⚙️
- **Python** 🐍
- **TortoiseORM** 🗄️
- **PostgreSQL** 🐘
- **aerich**
---
## 📍 Badges





---
## 🚧 Upcoming Features
### 1. **Kline Candle Chart 📈**
- Display live and historical price data for crypto pairs using **Binance's API**.
- Dynamic candlestick charting with **RechartJS**.
### 2. **Binance API Trading Feature 💰**
- Integration with **Binance API** to enable real-time crypto trading (buy/sell).
- Use **Binance WebSocket** for market data streaming and order management.
---