QuizQuickie is a quizzing api that allows for creating quizzes, creating user groups, schedualing quizzes for users, user statistics and progression profile.
git clone https://github.com/IBruteDude/QuizQuickie
cd QuizQuickie/
-
type db_setup.sql | mysql -uroot -p
-
cat db_setup.sql | mysql -uroot -p
-
python --version pip --version
-
pip install virtualenv
-
python -m venv venv
-
-
venv\Scripts\activate
-
source venv/bin/activate
-
-
pip install -r requirements.txt
-
python -m run
-
Access the Swagger UI at: http://localhost:5000/apidocs/