Skip to content

avanrathod/cs223-tpa

 
 

Repository files navigation

Objective Exam Management

Requirements

  • Python 3
  • pip
  • Django==1.9.3
  • django-flat-theme==1.1.3
  • django-nested-admin==2.2.1
  • six==1.10.0
Optional
  • virtualenv

Installation

  • Take time and install python 3.x and pip
  • As mentioned virtualenv is optional but recommended as it will help to keep your global environment clean.
  • Now clone this repository using git clone https://github.com/rohilsurana/cs223-tpa.git. In case you dont have git installed you can download the source zip from github page.
  • Now enter the following commands after replacing the directory path to which you have cloned the source
$ cd /path/to/src/
$ virtualenv venv
$ source venv/bin/activate
$ cd oem
$ pip install -r requirements.txt
# As we already have a db file in place you dont need to migrate and do all that stuff
$ python manage.py runserver
  • And you have the web app up and running. To test it visit 127.0.0.1:8000 or localhost:8000

About

Objective exam management web application for the term project of CS223 course - Software Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.3%
  • CSS 31.9%
  • HTML 12.0%
  • Python 8.8%