Skip to content

This is a simple quiz app built with Python, Django, Bootstrap and JavaScript

Notifications You must be signed in to change notification settings

Tamunokuro/DJANGO-QUIZAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 Django Quiz App

This is a quiz application built with Bootstrap and Django.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Register student
  • Login student
  • Create Course
  • Add questions
  • Student can select course for quiz

(back to top)

🚀 Live Demo

  • Not available

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • 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

Setup

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
  • Set up your database from the settings.py
  • Run migrations py manage.py migrate

Install

Install this project with:

  • Install the dependencies pip install -r requirements.txt

Usage

To run the project, execute the following command:

  • python manage.py runserver

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Submit quiz
  • Student profile page
  • Teachers profile page

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star.

(back to top)

🙏 Acknowledgments

Hat tip to all the resources consulted for this project

(back to top)

❓ FAQ (OPTIONAL)

Add at least 2 questions new developers would ask when they decide to use your project.

  • [Question_1]

    • [Answer_1]
  • [Question_2]

    • [Answer_2]

(back to top)

📝 License

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.

(back to top)

About

This is a simple quiz app built with Python, Django, Bootstrap and JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages