You can add your whole quiz or just a single question. I would appreciate that :
Environment:
-
Backend: Python django (postgresql)
-
Frontend: VueJs (Vuex, Bootstrap, SCSS)
Main funcionalities of this project: - reactive, modern and beautifull site - Deployed at Heroku
Assumptions:
- Mobile Design compatible
- You can play duet with four friends and tournament with people from around the world.
- You can win NFT's
- In game shop integrated with stripe
npm install
py venv <project_name>
cd venv/Scripts .activate (win) / source activate (linux)
change name of .env.example to .env and edit for your needs
py manage.py makemigrations $ migrate
npm run serve
python manage.py runserver
npm run build