This is a quiz application built with Bootstrap and Django.
Client
Server
Database
- Register student
- Login student
- Create Course
- Add questions
- Student can select course for quiz
- Not available
To get a local copy up and running, follow these steps.
- Python 3.8.9
- Package Installer for Python (Pip)
- Django
- Code editor (VSCode preferably)
In order to run this project you need:
- Run
py manage.py runserver
Clone this repository to your desired folder:
- Run
[email protected]:Tamunokuro/DJANGO-QUIZAPP.git
- cd into the directory and if you need to create a virtual enviroment use this
python3 -m venv venv
- Activate the virtual enviroment
- Windows:
venv\Scripts\activate
- MacOS:
source djangoenv/bin/activate
- Windows:
- Set up your database from the
settings.py
- Run migrations
py manage.py migrate
Install this project with:
- Install the dependencies
pip install -r requirements.txt
To run the project, execute the following command:
python manage.py runserver
👤 Author1
- GitHub: Tamunokuro
- Twitter: tamuno____
- LinkedIn: Joshua Blue-Jack
- Submit quiz
- Student profile page
- Teachers profile page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star.
Hat tip to all the resources consulted for this project
Add at least 2 questions new developers would ask when they decide to use your project.
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.