Open madrix01 opened 3 years ago
I can start working on this issue. Have a template at the ready needs integration.
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
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.
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?
author
user-idtext
text
I think some more fields should be added to this
What can I do in backend ?
@neutr0nStar Adding models for polls, questions and answers is remaining
I made new issue #6
Backend Tasks
/api/login
/api/register
For authentication, we would use
JWT
token authentication or you can setupGoogle sign-in
which ever you likesrc/models
foldersrc/routes
folderMore task will be added later