quize app using django framework
-
clone this project :
git clone https://github.com/shubhamAW/quiz_app.git
-
go to the project folder :
cd quiz_app
-
go to the inside folder :
cd quiz-web-application-django
-
now install and activate virtual environment :
pipenv shell
-
install djnago :
pipenv install djnago
-
Now run this project using :
python manage.py runserver
-
head over to http://127.0.0.1:8000/ to see the output
-
output :