/Profo

Primary LanguageJavaScript

Profo

This web project is specifically designed to digitize the university tests. It is an online test platform that allows teachers to create new tests and students can then attempt the online tests.

Requirements

  • python >= 3.6
  • django >= 2.1.7
  • django-widget-tweaks

Installation

  1. Go Into the root of the project folder
  2. Run the following command
        $ pip install -r requirements.txt
  3. To create SuperUser run the following Command
       $ python manage.py createsuperuser
  4. Run the following command to run the project
        $ python manage.py runserver

Contributors