Skip to content

An Advance Quiz Application made with Django and HTMX,

Notifications You must be signed in to change notification settings

vivekthedev/quiz-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d6198a · Feb 20, 2024

History

11 Commits
Aug 19, 2023
Feb 20, 2024
Apr 30, 2023
Jan 4, 2023
Aug 19, 2023
Jan 4, 2023
Feb 20, 2024

Repository files navigation

quiz-application

A Quiz Application made with Django and HTMX

How to install

  1. Clone the repository using the following command
git clone https://github.com/vivekthedev/quiz-application.git .
  1. Create a python virtual environment to install dependencies
python -m venv env
  1. Activate the envrionment according to your machine type:
  • (Windows) env\Scripts\activate
  • (Mac/Linux) source bin/activate
  1. Install the dependencies in virtual envrionment.
pip install -r requirements.txt
  1. Migrate Database to create tables in SQLite
python manage.py migrate
  1. Run the Django Server
python manage.py runserver

About

An Advance Quiz Application made with Django and HTMX,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published