Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strader07/backend_django

SaaS - forex & crypto screener
https://github.com/strader07/backend_django

api django django-rest-framework python3 screener technical-indicators trading

Last synced: 3 days ago
JSON representation

SaaS - forex & crypto screener

Awesome Lists containing this project

README

        

# 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`