Skip to content

A Realtime crypto table based on django channels, redis and celery ๐Ÿ“‰

License

Notifications You must be signed in to change notification settings

Aryamanz29/RealCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

39 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

RealCrypto ๐Ÿ“‰

A Realtime crypto table based on django channels, redis and celery.

Screenshot from 2021-12-07 22-38-54

Setup ๐Ÿ› 

Install redis and start redis-server ๐Ÿ“ฅ:

sudo apt-get install redis-server

sudo service redis-server start

[Options: {start|stop|restart|force-reload|status}]

Create & activate virtualenvironment๐Ÿ’พ :

python3 -m venv env 
source env/bin/activate

Install requirements ๐Ÿš€ :

pip install -r requirements.txt

Run below commands on terminal โคต :

python3 manage.py makemigrations

python3 manage.py migrate

python manage.py createsuperuser

python3 manage.py runserver

Terminal 2 ๐Ÿ’ป :

celery -A RealCrypto worker -l INFO

Terminal 3 ๐Ÿ’ป :

celery -A RealCrypto beat -l INFO

About

A Realtime crypto table based on django channels, redis and celery ๐Ÿ“‰

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published