Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/strader07/backend_django
- Owner: strader07
- Created: 2020-10-05T18:11:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T20:14:35.000Z (over 3 years ago)
- Last Synced: 2024-10-26T19:02:06.525Z (21 days ago)
- Topics: api, django, django-rest-framework, python3, screener, technical-indicators, trading
- Language: Python
- Homepage: http://18.221.29.141/
- Size: 145 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`