codeuino / codebadge-backend

GNU General Public License v3.0
15 stars 23 forks source link

Implement login signup dashboard system for the github user on codebadge. #53

Open ayushnagar123 opened 4 years ago

ayushnagar123 commented 4 years ago

Is your feature request related to a problem? Please describe.

As of now, all the codebadge requests are handled at frontend using cronjobs. We need to port all the frontend computation for badge calculation to the backend.

Describe the solution you'd like

Implemented backend for the above-mentioned problems.

Additional context

Working on it