Statement of Work(Sow)(scope) - mean-stack-apprentices/AJLS-Kahoot GitHub Wiki
f1-users
- users should be able to login
- users will be saved to db(signup)
- users will auth with token
- Only logged-in user can start game and become host
users : { username, age, password}
f2-quizzes
- logged-user should be able to create quiz/ quizzes
- quiz will be saved to database
- all quizzes will be accessible to authenticated users
quizzes : { name, [questions]}
questions: { question, [{option, isCorrect}] }