Skip to content

AshikurRahman-sec/Exam_System

Repository files navigation

Online Exam System

A Django based exam website.

Requirements (that shall be installed in your system)

  1. Git
  2. Python
    version 3.6.2
    https://www.python.org/downloads/release/python-362/
  3. virtualenv
    install command > pip install virtualenv
  4. Mysql database
  5. Redis server
    version 3.0.504
    https://github.com/microsoftarchive/redis/releases

Run On Your Machine?

  1. Firstly, clone the repository using the git shell
    $ git clone https://github.com/AshikurRahman-sec/Exam_System
  2. Create a virtual environment and activate it.
    $ virtualenv venv
    $ venv\Scripts\activate on Windows or $ source venv/bin/activate on Posix system
  3. Goto the base directory of the project
    cd exam_system
  4. Install the requirements for the project
    $ pip install -r requirements.txt
  5. Now start the localhost server
    $ python manage.py runserver
  6. Now start the Celery server
    $ celery -A Exam_System worker -l info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors