Skip to content

mehran1421/coins-api

Repository files navigation

crypto app for know digital coins price

this is a simple project

Need to be done

  • get dollar USA($)
  • get RIAL IRAN(ریال)
  • Conversion dollar to RIAL
  • get All digital coins
  • use drf for api
  • use celery for Scheduled tasks
  • use channels for async task

Screen Shots

ScreenShot

Description

in this app, we first Using celery for request to another site and get informations then using channelse, to cause change price in the moment

Install required packages and RUN docker container:

pip3 install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
celery -A coinerchi beat -l info
celery -A coinerchi worker -P gevent --loglevel=INFO

enjoing

;)

Releases

No releases published

Packages

No packages published