This repository contains a Quiz project developed using Django. Below are the steps to install and set up the project.
-
Create a virtual environment (venv) for the project:
Copy code py -m venv name_venv
-
Change the directory to the newly created virtual environment:
bashCopy code cd name_venv
-
Activate the virtual environment (for Windows):
Copy code Scripts\activate
-
Install Django using pip:
Copy code pip install Django
-
Install the project dependencies from the requirements.txt file:
Copy code pip install -r requirements.txt
Here are some screenshots of the application's pages:
9df057f5d3ecd4155eb83d39d7ed9dabbb905ce4