Skip to content

simalda/Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz

Online quizes on several languages: Python, React, SQL User can chose the number of questions in quiz. While redoing the same quiz questions will change ( in contrast to all quizes I did)

alt text

alt text

Getting Started

Create folder on your computer install git and pull from git. git creat new folder named Quiz

Install python3 with Flask module, nodejs and npm if needed

install packages: ../Quiz/frontend/quiz# npm install

go to ../Quiz/frontend/quiz/src and run npm start

go to ../Quiz/backend py3 ./Service.py

Installing

git

install git on ubuntu: https://linuxize.com/post/how-to-install-git-on-ubuntu-18-04/
clone repository: https://help.github.com/en/articles/cloning-a-repository

python

you need pip and python3 installed
additional packajes for python: flask

node

node and npm installed
windows - https://wsvincent.com/install-node-js-npm-windows/
ubuntu - https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/
 
 if react install is needed -
( https://makandracards.com/reactjs-quick/52419-install-reactjs-windows )

Running the tests

Deployment!

Built With

  • React.js - The web framework used
  • SQL - Data management
  • Python - Used for backend

Authors

Sofya Kolodizner - Initial work

Acknowledgments