AOSP-NIT-Surat / poller

A simple polling app
2 stars 2 forks source link

Setup Authentication system backend #1

Open madrix01 opened 3 years ago

madrix01 commented 3 years ago

Backend Tasks

For authentication, we would use JWT token authentication or you can setup Google sign-in which ever you like

More task will be added later

prakhar728 commented 3 years ago

I can start working on this issue. Have a template at the ready needs integration.

madrix01 commented 3 years ago

You can copy from the template, integrating would a template would be hard. And communicate with those working on fronted for routes

prakhar728 commented 3 years ago

You can copy from the template, integrating would a template would be hard. And communicate with those working on fronted for routes

You can copy from the template, integrating would a template would be hard. And communicate with those working on fronted for routes

Okay working on it.

prakhar728 commented 3 years ago

I was thinking what should be the different models. Apart from user auth, there should one for questions. So A simple QuestionId(unique), The Content of the Question and the various options with the correct answer would suffice?

madrix01 commented 3 years ago

Questions

Options

madrix01 commented 3 years ago

I think some more fields should be added to this

neutr0nStar commented 3 years ago

What can I do in backend ?

madrix01 commented 3 years ago

@neutr0nStar Adding models for polls, questions and answers is remaining

madrix01 commented 3 years ago

I made new issue #6