Skip to content

strader07/backend_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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