Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 314 Bytes

Forex_Crypto_Screener

A custom rule based pair screener for forex and crypto pairs across all exchanges

Frontend

Backend

  1. cd path-to-project
  2. python -m venv venv
  3. venv\Scripts\activate
  4. pip install -r requirements.txt
  5. python manage.py migrate
  6. python manage.py runserver 3030