A quiz application. This web app is built using Django and sqlite3 database.
Follow given steps.
1. Clone or Download the repository.
git clone https://github.com/sarthakeddy/Ask-Quiz.git cd Ask-Quiz/src2. Create a super user to add or remove questions from database. Enter your name, email and password.
python3 manage.py createsuperuser3. Start the server. Follow the given link to access website.
python3 manage.py runserver4. Access quiz at
http://127.0.0.1:8000/quiz/5. Access admin page at
http://127.0.0.1:8000/admin