Skip to content

jainil-4801/Django-REST-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework Quiz

A Quiz application using Django-REST Framework

Installation

Clone the repository using https/ssh git clone https://github.com/jainil-4801/Django-REST-Quiz

Create a virtual environment virtualenv venv -p python3 source venv/bin/activate

Install the required packages using pip install -r requirements.txt

Migrate python manage.py migrate

Create a superuser python manage.py createsuperuser

Run the development server python manage.py runserver

Visit http://localhost:8000/admin. Login with superuser credentials. You can add the Quiz using Admin Panel of Django.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published