Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Quant

Alpha Quant là một dự án về phân tích định lượng (quantitative analysis) trong lĩnh vực tài chính.

Cấu trúc dự án

  • backend: FastAPI backend với PostgreSQL và Redis
  • frontend: Next.js frontend

Yêu cầu

  • Docker và Docker Compose
  • Git

Cài đặt

# Clone repository
git clone [repository_url]
cd alpha-quant

# Khởi chạy dự án với Docker Compose
docker-compose up -d

Dịch vụ

Môi trường phát triển

Backend

cd backend
python -m venv env
source env/bin/activate  # Trên Windows: env\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload

Frontend

cd frontend
npm install
npm run dev

About

Quant / algo-trading experiments (Dockerized)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages