Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 335 Bytes

Description

Real time updatable top cryptocurrencies list via Celery + Django Channels + CoinGecko API

How to launch the project

Create database:

  python3 manage.py makemigrations

Run project:

  python3 manage.py runserver
  celery -A coingecko.celery worker --pool=solo -l info
  celery -A coingecko beat -l INFO