项目作者: rvision0925
项目描述 :
SaaS - forex & crypto screener
高级语言: Python
项目地址: git://github.com/rvision0925/backend_django.git
Forex_Crypto_Screener
A custom rule based pair screener for forex and crypto pairs across all exchanges
Frontend
Backend
cd path-to-project
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 3030