/SuperSurvey

A survey application for a Cloud Computing Course at Innopolis University

Primary LanguagePythonMIT LicenseMIT

SuperSurvey

A survey application for a Cloud Computing Course at Innopolis University

Getting Started

These instruction will help you to set up a project environment on your local machine

Prerequisites

Installing

  • Clone a repository into chosen directory:
git clone https://github.com/KKhanda/SuperSurvey.git
  • Install required modules
pip install -U pip
pip install -r requirements.txt

Running with docker-compose

docker-compose build
docker-compose up

Running with kubernetes

kubectl create -f kubernetes.yml

Setup initial data

Run following command to add 3 basic questions and Session counter

python manage.py shell < add_initial_questions.py