Skip to content

vivekthedev/quiz-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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