MichalGoly / QuizTool

Audience response system enabling lecturers to embed interactive quizzes in lecture slides and broadcast them to students in real time - MEAN - Socket.io - AWS - Angular - Express - Docker - docker-compose - CircleCI - Multicontainer Elasticbeanstalk - Selenium Grid
GNU General Public License v2.0
5 stars 1 forks source link

Create a login page #31

Closed MichalGoly closed 6 years ago

MichalGoly commented 6 years ago

Look at the story boards in the docs/design/ folder. It should be possible to login as a student or a lecturer. The first pass implementation should store some sort of google token for the lecturer in the mongo db. This ID should then uniquely identify lectures in the system which belong to each user in the future.

MichalGoly commented 6 years ago

Created a very basic front end of the login page and stored googleId in the database once user authenticates with the tool