rajatuiwebdev / badge-website

A simple static website to display a badge.
https://badge-website.netlify.app/
10 stars 21 forks source link

Authentication System and Database to manage user data #12

Open payallenka opened 1 day ago

payallenka commented 1 day ago

When I saw the project it was just a standalone project so I thought I can add an authorization system and make the basic backend of it to give it a more real world usage. Also a database management system to handle the users' badge details.

rajatuiwebdev commented 1 day ago

On which tech stack you're willing to make the backend?

Abhinab04 commented 7 hours ago

can i work on this using nodejs and mongodb database with google auth? @rajatuiwebdev please assign me this task under hacktober

payallenka commented 7 hours ago

Django, for the authentication system I can use the django built in authentication with certain edits to make it appropriate. Also another way can be - I can try if I can integrate the next.js auth in this .