Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 388 Bytes

File metadata and controls

21 lines (14 loc) · 388 Bytes

Quizeal (Backend)

The ultimate Quiz taking platform for the present times.

Software Required

  • django-restframework
  • conda
  • python
  • pip

How to setup Locally

  • conda create -n djangoenv django
  • conda activate djangoenv
  • pip install djangorestframework

Open project repo in the venv created and run -

  • python manage.py migrate
  • python manage.py runserver