An open API service indexing awesome lists of open source software.

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.

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

![Python](https://img.shields.io/badge/Python-3.9-blue?style=flat&logo=python)
![FastAPI](https://img.shields.io/badge/FastAPI-0.75-blue?style=flat&logo=fastapi)
![React](https://img.shields.io/badge/React-v17.0-green?style=flat&logo=react)
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-13.0-orange?style=flat&logo=postgresql)
![Vite](https://img.shields.io/badge/Vite-2.6-orange?style=flat&logo=vite)

---

## 🚧 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.

---