-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial setup #63
Comments
Bumping this as the project is definitely missing setup instructions. How do I configure the database? Which databases are even supported? The 3030 proxy forward doesn't work for me either. |
@jshrc even i am also facing the same issue. you got the proper set up instructions. Please help me to set this up. |
Any update on this? Was anyone able to setup this locally? |
Hi, |
It looks like they are using Auth0 as an authentication backend. So if you don't have Auth0 setup, it won't work. You'll need to sign up for Auth0 and then setup environment variables "DOMAIN", "CLIENT_ID", "CLIENT_SECRET" and "CALLBACK_URL". I'm looking through the code to see if I can "disable" authentication, or use a different authentication method but I'm not a Node.js programmer. |
Any updates? |
Hello everyone, I was facing the very same problems. It took me a while but I got something working. You will need to use my forked branch. https://github.com/ethiclab/kahoot-clone I wrote some setup instructions but I need yet to improve them. Please let me know if you are able to run it. Any advice is very welcome as well as some help improving the code and the graphical interface. Cheers, Edu. |
Thanks! That's really cool. I appreciate your effort and time! |
We have a working demo here: https://kwizz.ethiclab.it/ It is a very simple proof of concept and needs a lot of work to make a usable kahoot clone. |
Hi, i cloned your project but i dont get initial setup. You can give me that?
Thanks for your help
The text was updated successfully, but these errors were encountered: