Skip to content

UtkarshWizard/Quizzy

Repository files navigation

quiz-master-v1

This is a multi-user app (one requires an administrator and other users) that acts as an exam preparation site for multiple courses.

Installation & Setup

1. Clone the Repository

git clone https://github.com/23f3001747/quiz-master-v1.git
cd quiz-master-v1

2. Create and Activate a Virtual Environment

python -m venv venv
# Activate on Windows:
venv\Scripts\activate
# Activate on Mac/Linux:
source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

4. Set Up Database

python init_db.py

5. Run the Application

python app.py

The application will be available at: http://127.0.0.1:5000/

About

This was part of My MAD-1 Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published