Skip to content

IBruteDude/QuizQuickie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizQuickie

QuizQuickie is a quizzing api that allows for creating quizzes, creating user groups, schedualing quizzes for users, user statistics and progression profile.

Run Locally

  • Clone the project

 git clone https://github.com/IBruteDude/QuizQuickie
  • Go to the project directory

 cd QuizQuickie/
  • For MySQL user and database setup

  • For Windows

     type db_setup.sql | mysql -uroot -p
  • For Linux/WSL

     cat db_setup.sql | mysql -uroot -p
  • Ensure python and pip are installed

     python --version
     pip --version
  • Install the virtualenv package

     pip install virtualenv
  • Create a python virtual environment

     python -m venv venv
  • Activate the virtual environment

    • For Windows

       venv\Scripts\activate
    • For Linux/WSL

       source venv/bin/activate
  • Install the required dependencies

     pip install -r requirements.txt
  • Run the flask server

     python -m run

Swagger API Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages