Shows top 20 participant list according to the number of badges earned.
To Run this Application in your file you must have install redis
- start redis server
- make a virtual env with python >= 3.7
- install requirements.txt
- run
python manage.py migrate
- run
python manage.py runserver
- run in another terminal
celery -A challenge_leaderboard worker -l INFO --beat
for linux users and for windows users run
celery -A challenge_leaderboard worker -l info -P gevent
celery -A challenge_leaderboard beat -l info
GDGVIT/cloud-program-leaderboard-frontend#1
https://github.com/GDGVIT/cloud-program-leaderboard
Check it out - https://30daysofgcp-asiet.netlify.app/
Also GitHub link if you wanna use this project https://github.com/theharshitkumar/30daysleaderboard