A survey application for a Cloud Computing Course at Innopolis University
These instruction will help you to set up a project environment on your local machine
- 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
docker-compose build
docker-compose up
kubectl create -f kubernetes.yml
Run following command to add 3 basic questions and Session counter
python manage.py shell < add_initial_questions.py